Skip to content

Commit

Permalink
Bump to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 17, 2016
1 parent 79cabcb commit 398ffb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiopg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__all__ = ('connect', 'create_pool', 'Connection', 'Cursor', 'Pool',
'version', 'version_info', 'DEFAULT_TIMEOUT')

__version__ = '0.9.0'
__version__ = '0.9.1'

version = __version__ + ' , Python ' + sys.version

Expand Down

0 comments on commit 398ffb3

Please sign in to comment.