Updated version to 1.0.4.

Updated setup.py
master
Brandon Taylor 2011-09-03 22:11:40 -05:00
parent 7ad1925ec1
commit 7df70a2339
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION = (1, 0, 3, "f", 0) # following PEP 386
VERSION = (1, 0, 4, "f", 0) # following PEP 386
DEV_N = None

View File

@ -8,7 +8,7 @@ except:
setup(
name='django-admin-sortable',
version=__import__('adminsortable').__version__,
description='Drag and drop sorting for models and tabular inline models in Django admin',
description='Drag and drop sorting for models and inline models in Django admin',
long_description=README,
author='Brandon Taylor',
author_email='btaylorweb@gmail.com',