Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Aug 8, 2013
1 parent df47473 commit 06d55dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0-dev'
release = '1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
from psycopg2.pool import ThreadedConnectionPool as ConnectionPool


__version__ = '1.0.0-dev'
__version__ = '1.0.1'


# A Helper
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
, author='Gittip, LLC'
, description="postgres is a high-value abstraction over psycopg2."
, url='https://postgres-py.readthedocs.org'
, version='1.0.0-dev'
, version='1.0.1'
, py_modules=['postgres']
, install_requires=['psycopg2 >= 2.0.0']
)

0 comments on commit 06d55dd

Please sign in to comment.