Skip to content

Commit

Permalink
fix version so it matches release
Browse files Browse the repository at this point in the history
not sure how i missed this for so long :P
  • Loading branch information
s4w3d0ff authored Jun 25, 2021
1 parent 44f64c0 commit eb28a5c
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 @@ -3,7 +3,7 @@
read_md = lambda f: open(f, 'r').read()

setup(name='poloniexapi',
version='0.5.8',
version='0.5.9',
description='Poloniex API wrapper for Python 2.7 and 3 with websocket support',
long_description=read_md('README.md'),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit eb28a5c

Please sign in to comment.