Skip to content

Commit

Permalink
Bump the version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Jul 7, 2017
1 parent fdb48af commit 3381b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
if sys.version_info < (3, 5):
raise RuntimeError('asyncpg requires Python 3.5 or greater')

VERSION = '0.11.0'
VERSION = '0.12.0'
CFLAGS = ['-O2']
LDFLAGS = []

Expand Down

0 comments on commit 3381b91

Please sign in to comment.