Having problems with a deploy

increasing version number
This commit is contained in:
Brant Steen
2014-07-05 08:50:00 -04:00
parent 3fd4341d65
commit bb434fcf80
+1 -1
View File
@@ -21,7 +21,7 @@ required = [
setup(
name='django-postgrespool',
version='0.2.8',
version='0.2.9',
description='Postgres Connection Pooling for Django.',
long_description=open('README.rst').read(),
author='Kenneth Reitz',