Skip to content

Commit d6ba11b

Browse files
committed
asyncpg version 0.11.0.
1 parent e4bef17 commit d6ba11b

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
@@ -18,7 +18,7 @@
1818
if sys.version_info < (3, 5):
1919
raise RuntimeError('asyncpg requires Python 3.5 or greater')
2020

21-
VERSION = '0.10.1'
21+
VERSION = '0.11.0'
2222
CFLAGS = ['-O2']
2323
LDFLAGS = []
2424

0 commit comments

Comments
 (0)