Skip to content

Commit 9a17bb1

Browse files
committed
v0.2.0
1 parent 5d2fce2 commit 9a17bb1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ def run(self):
3535

3636
setup(
3737
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",
38+
version='0.2.0',
39+
description="Quickly load comma-delimited data into a Django model using PostgreSQL's COPY command",
4140
author='Ben Welsh',
4241
author_email='ben.welsh@gmail.com',
4342
url='http://www.github.com/california-civic-data-coalition/django-postgres-copy/',

0 commit comments

Comments
 (0)