We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e16cc0 commit 3b3d4d1Copy full SHA for 3b3d4d1
aiopg/__init__.py
@@ -10,7 +10,7 @@
10
__all__ = ('connect', 'create_pool', 'Connection', 'Cursor', 'Pool',
11
'version', 'version_info', 'DEFAULT_TIMEOUT')
12
13
-__version__ = '0.5.0a'
+__version__ = '0.5.0'
14
15
version = __version__ + ' , Python ' + sys.version
16
0 commit comments