From 9b53c57effce8ea8b695a11a4f867e0b2bf5c6c1 Mon Sep 17 00:00:00 2001 From: darko-poljak Date: Sun, 9 Mar 2014 21:16:58 +0100 Subject: [PATCH] bugfix version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c16b9b7..1147a35 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-anonsurvey', - version='0.2', + version='0.2.1', packages=['anonsurvey'], include_package_data=True, license='GPLv3',