diff --git a/setup.py b/setup.py index 1147a35..52b73f0 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.1', + version='0.2.2', packages=['anonsurvey'], include_package_data=True, license='GPLv3',