From eb28a5c34916e2ae417fa492039e9973dd2e69ae Mon Sep 17 00:00:00 2001 From: s4w3d0ff Date: Fri, 25 Jun 2021 12:01:15 -0600 Subject: [PATCH] fix version so it matches release not sure how i missed this for so long :P --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',