Skip to content

Commit

Permalink
version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Harley Bussell committed Oct 12, 2009
1 parent fc60009 commit 6ad9f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='django-fab',
version='1.0.2',
version='1.0.3',
description='Common methods to help create fabric deplopment scripts for django',
long_description=read('README.rst'),
author='Harley Bussell',
Expand Down

0 comments on commit 6ad9f56

Please sign in to comment.