Skip to content

Commit

Permalink
Bump the version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Apr 6, 2017
1 parent 1d8f5cf commit 66ceb8a
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.10.0'
VERSION = '0.10.1'
CFLAGS = ['-O2']
LDFLAGS = []

Expand Down

0 comments on commit 66ceb8a

Please sign in to comment.