We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9466fb9 commit cec96d7Copy full SHA for cec96d7
setup.py
@@ -3,7 +3,7 @@
3
read_md = lambda f: open(f, 'r').read()
4
5
setup(name='poloniexapi',
6
- version='0.5.1',
+ version='0.5.2',
7
description='Poloniex API wrapper for Python 2.7 and 3',
8
long_description=read_md('README.md'),
9
long_description_content_type='text/markdown',
0 commit comments