diff --git a/setup.py b/setup.py index ed83f3d..99fae45 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ except AttributeError: install_reqs = [str(ir.req) for ir in install_reqs] test_reqs = [str(ir.req) for ir in test_reqs] -VERSION = "0.4.7" +VERSION = "0.4.8" setup( name='senpy',