Skip to content

Commit 66ceb8a

Browse files
committed
Bump the version to 0.10.1
1 parent 1d8f5cf commit 66ceb8a

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.0'
21+
VERSION = '0.10.1'
2222
CFLAGS = ['-O2']
2323
LDFLAGS = []
2424

0 commit comments

Comments
 (0)