diff --git a/setup.py b/setup.py index a19e57a5..eef518a7 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.1', + version='0.5.2', description='Poloniex API wrapper for Python 2.7 and 3', long_description=read_md('README.md'), long_description_content_type='text/markdown',