Skip to content

Commit

Permalink
Update setup.py, update version to 0.1.10-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed May 10, 2013
1 parent d61ef9a commit edcfe54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='django-xadmin',
version='0.1.0-dev',
version='0.1.10-dev',
description='Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.',
long_description=open('README.md').read(),
author='sshwsfc',
Expand All @@ -23,7 +23,7 @@
'django-crispy-forms>=1.2.3',
'django-reversion',
],
zip_safe=False,
zip_safe=True,
keywords=['admin', 'django', 'xadmin', 'bootstrap'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit edcfe54

Please sign in to comment.