Skip to content

Commit

Permalink
Merge branch 'release/0.2.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tresontani committed Jun 28, 2012
2 parents da4ab05 + 7cd6e0e commit 83a6317
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 @@ -6,7 +6,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='django-adaptors',
version='0.2.1.0',
version='0.2.2.0',
description='Convert CSV/XML files into python object or django model',
author='Anthony Tresontani',
author_email='dev.tresontani@gmail.com',
Expand Down

0 comments on commit 83a6317

Please sign in to comment.