Skip to content

Commit d207467

Browse files
committed
Bump the version to v0.9.0
1 parent 3015f23 commit d207467

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.4'
22+
VERSION = '0.9.0'
2323
CFLAGS = ['-O2']
2424
LDFLAGS = []
2525

0 commit comments

Comments
 (0)