version bump

This commit is contained in:
Chris Mitchell 2015-05-27 11:08:28 -04:00
parent 48008b9a75
commit dc452c38dc
1 changed files with 1 additions and 1 deletions

View File

@ -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'],