diff --git a/setup.py b/setup.py index d2f0522..b9336cf 100644 --- a/setup.py +++ b/setup.py @@ -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',