diff --git a/setup.py b/setup.py index 346833c..6e89f89 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ except IOError: setup( name='django-constance', - version='0.5a1', + version='0.5', url="http://github.com/comoga/django-constance", description='Django live settings with pluggable backends, including Redis.', long_description=long_description,