We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2fce2 commit 9a17bb1Copy full SHA for 9a17bb1
setup.py
@@ -35,9 +35,8 @@ def run(self):
35
36
setup(
37
name='django-postgres-copy',
38
- version='0.1.2',
39
- description="Quickly load comma-delimited data into a Django model \
40
-using PostgreSQL's COPY command",
+ version='0.2.0',
+ description="Quickly load comma-delimited data into a Django model using PostgreSQL's COPY command",
41
author='Ben Welsh',
42
author_email='ben.welsh@gmail.com',
43
url='http://www.github.com/california-civic-data-coalition/django-postgres-copy/',
0 commit comments