diff --git a/setup.py b/setup.py index e7dc6d3..0097ed8 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.10rc" +VERSION = "0.4.10" setup( name='senpy',