Skip to content

Commit

Permalink
Fix description - v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpoirier committed Jul 11, 2014
1 parent 0bdb9d6 commit 4a08809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -31,13 +31,13 @@ def run_tests(self):

setup(
name='cordwainer',
version='0.0.1',
version='0.0.2',
packages=find_packages(),
url='https://github.com/caktus/cordwainer',
license='APL2',
author='Dan Poirier',
author_email='dpoirier@caktusgroup.com',
description='Django package to help import data from CSV files',
description='A better CSV module',
install_requires=[
'six>=1.7',
],
Expand Down

0 comments on commit 4a08809

Please sign in to comment.