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 fe6b35c commit d2be6ecCopy full SHA for d2be6ec
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.2'
+VERSION = '0.8.3'
23
CFLAGS = ['-O2']
24
LDFLAGS = []
25
0 commit comments