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 fdb48af commit 3381b91Copy full SHA for 3381b91
setup.py
@@ -18,7 +18,7 @@
18
if sys.version_info < (3, 5):
19
raise RuntimeError('asyncpg requires Python 3.5 or greater')
20
21
-VERSION = '0.11.0'
+VERSION = '0.12.0'
22
CFLAGS = ['-O2']
23
LDFLAGS = []
24
0 commit comments