diff --git a/setup.py b/setup.py index bbbb77c..a3dfe96 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ except IOError: setup( name='django-constance', - version='0.2', + version='0.3', url="http://github.com/comoga/django-constance", description='Django live settings with pluggable backends, including Redis.', long_description=long_description,