From b508041e4276c4b68dd28a28075f2a9c13b2600d Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Wed, 18 Jun 2014 22:07:40 +0200 Subject: [PATCH] Fix README.rst typo. --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8282ce7..41ee5a2 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Quick start INSTALLED_APPS = ( ... - 'polls', + 'anonsurvey', ) Anonsurvey admin also depends on: diff --git a/setup.py b/setup.py index baef7fb..49165c0 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.3', + version='0.2.4', packages=['anonsurvey'], include_package_data=True, license='GPLv3',