Skip to content

Commit 1167b69

Browse files
committed
Bump 0.4.1
1 parent a16f2e0 commit 1167b69

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.4.1a'
13+
__version__ = '0.4.1'
1414

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

0 commit comments

Comments
 (0)