Skip to content

Commit 3381b91

Browse files
committed
Bump the version to 0.12.0
1 parent fdb48af commit 3381b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
if sys.version_info < (3, 5):
1919
raise RuntimeError('asyncpg requires Python 3.5 or greater')
2020

21-
VERSION = '0.11.0'
21+
VERSION = '0.12.0'
2222
CFLAGS = ['-O2']
2323
LDFLAGS = []
2424

0 commit comments

Comments
 (0)