From aac37e58860504d336549607c2b8cfba432a2308 Mon Sep 17 00:00:00 2001 From: darko-poljak Date: Sun, 2 Mar 2014 18:23:38 +0100 Subject: [PATCH] increase version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f302c4e..c16b9b7 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.1', + version='0.2', packages=['anonsurvey'], include_package_data=True, license='GPLv3',