Skip to content

Commit

Permalink
Bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Feb 3, 2015
1 parent 2824dad commit 7583022
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.6.0'
__version__ = '0.6.1'

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

Expand Down

0 comments on commit 7583022

Please sign in to comment.