Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Mar 19, 2017
1 parent 5d2fce2 commit 9a17bb1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ def run(self):

setup(
name='django-postgres-copy',
version='0.1.2',
description="Quickly load comma-delimited data into a Django model \
using PostgreSQL's COPY command",
version='0.2.0',
description="Quickly load comma-delimited data into a Django model using PostgreSQL's COPY command",
author='Ben Welsh',
author_email='ben.welsh@gmail.com',
url='http://www.github.com/california-civic-data-coalition/django-postgres-copy/',
Expand Down

0 comments on commit 9a17bb1

Please sign in to comment.