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 1d8f5cf commit 66ceb8aCopy full SHA for 66ceb8a
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.0'
+VERSION = '0.10.1'
22
CFLAGS = ['-O2']
23
LDFLAGS = []
24
0 commit comments