Bump the version

This commit is contained in:
Gavin M. Roy 2014-09-05 16:32:44 -04:00
parent b170bc9cd5
commit 86043e2733
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
Version History Version History
--------------- ---------------
- 1.0.1 [2014-09-03] - 1.0.1 [2014-09-05]
- Expose psycopg2/queries exceptions, objects, etc from ``sprockets.queries.postgresql`` - Expose psycopg2/queries exceptions, objects, etc from ``sprockets.queries.postgresql``
- Add integration testing with PostgreSQL - Add integration testing with PostgreSQL
- 1.0.0 [2014-08-29] - 1.0.0 [2014-08-29]

View file

@ -4,7 +4,7 @@ import setuptools
setuptools.setup( setuptools.setup(
name='sprockets.clients.postgresql', name='sprockets.clients.postgresql',
version='1.0.0', version='1.0.1',
description=('PostgreSQL client library wrapper providing environment ' description=('PostgreSQL client library wrapper providing environment '
'variable based configuration'), 'variable based configuration'),
long_description=codecs.open('README.rst', encoding='utf-8').read(), long_description=codecs.open('README.rst', encoding='utf-8').read(),