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 3015f23 commit d207467Copy full SHA for d207467
setup.py
@@ -19,7 +19,7 @@
19
if sys.version_info < (3, 5):
20
raise RuntimeError('asyncpg requires Python 3.5 or greater')
21
22
-VERSION = '0.8.4'
+VERSION = '0.9.0'
23
CFLAGS = ['-O2']
24
LDFLAGS = []
25
0 commit comments