Skip to content

Commit 4250d62

Browse files
committed
Bump to 0.5.2
1 parent 25bef56 commit 4250d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiopg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__all__ = ('connect', 'create_pool', 'Connection', 'Cursor', 'Pool',
1111
'version', 'version_info', 'DEFAULT_TIMEOUT')
1212

13-
__version__ = '0.5.1'
13+
__version__ = '0.5.2'
1414

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

0 commit comments

Comments
 (0)