mirror of https://github.com/wooey/Wooey.git
version bump
This commit is contained in:
parent
48008b9a75
commit
dc452c38dc
2
setup.py
2
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'],
|
||||
|
|
Loading…
Reference in New Issue