diff --git a/setup.py b/setup.py index d2dcf18..a9983b7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-djangui', - version='0.2.4', + version='0.2.5', packages=find_packages(), scripts=['scripts/djanguify.py'], install_requires = ['Django>=1.8', 'django-autoslug', 'django-celery'],