diff --git a/setup.py b/setup.py index 26d6c74..01ff392 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ def run(self): setup( name='django-postgres-copy', - version='2.3.4', + version='2.3.5', description="Quickly import and export delimited data with Django support for PostgreSQL's COPY command", author='Ben Welsh', author_email='ben.welsh@gmail.com',