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 5836a8f commit 47e2444Copy full SHA for 47e2444
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.9.0'
+VERSION = '0.10.0'
22
CFLAGS = ['-O2']
23
LDFLAGS = []
24
0 commit comments