Skip to content

Commit

Permalink
Bump up to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed Sep 5, 2013
1 parent e0eec73 commit d5cfeb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env python
from setuptools import setup, find_packages

#version_tuple = __import__('xadmin').VERSION
#version = ".".join([str(v) for v in version_tuple])
# version_tuple = __import__('xadmin.version').VERSION
# version = ".".join([str(v) for v in version_tuple])

setup(
name='django-xadmin',
version='0.3.16',
version='0.4.0',
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.rst').read(),
author='sshwsfc',
Expand All @@ -19,7 +19,7 @@
install_requires=[
'setuptools',
'django>=1.4',
'django-crispy-forms>=1.2.3',
'django-crispy-forms>=1.4.0',
],
extras_require={
'Excel': ['xlwt'],
Expand Down

0 comments on commit d5cfeb9

Please sign in to comment.