Skip to content

Commit d2be6ec

Browse files
committed
asyncpg-0.8.3
1 parent fe6b35c commit d2be6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
if sys.version_info < (3, 5):
2020
raise RuntimeError('asyncpg requires Python 3.5 or greater')
2121

22-
VERSION = '0.8.2'
22+
VERSION = '0.8.3'
2323
CFLAGS = ['-O2']
2424
LDFLAGS = []
2525

0 commit comments

Comments
 (0)