Skip to content

Commit 532a092

Browse files
committed
Bump to 1.1.0a0
1 parent 22eaf1a commit 532a092

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
@@ -21,7 +21,7 @@
2121
'Connection', 'Cursor', 'Pool', 'version', 'version_info',
2222
'DEFAULT_TIMEOUT', 'IsolationLevel', 'Transaction')
2323

24-
__version__ = '1.0.0'
24+
__version__ = '1.1.0a0'
2525

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

0 commit comments

Comments
 (0)