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 e4bef17 commit d6ba11bCopy full SHA for d6ba11b
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.10.1'
+VERSION = '0.11.0'
22
CFLAGS = ['-O2']
23
LDFLAGS = []
24
0 commit comments