Skip to content

Commit

Permalink
asyncpg-0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Jan 4, 2017
1 parent fe6b35c commit d2be6ec
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 @@ -19,7 +19,7 @@
if sys.version_info < (3, 5):
raise RuntimeError('asyncpg requires Python 3.5 or greater')

VERSION = '0.8.2'
VERSION = '0.8.3'
CFLAGS = ['-O2']
LDFLAGS = []

Expand Down

0 comments on commit d2be6ec

Please sign in to comment.