Update version number · debugnin/python-binance@e756f08 · GitHub
Skip to content

Commit e756f08

Browse files
committed
Update version number
Add wheel distribution
1 parent 47b2b60 commit e756f08

4 files changed

Lines changed: 22 additions & 1 deletion

File tree

PYPIREADME.rst

Lines changed: 6 additions & 0 deletions

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Binance API
77
.. image:: https://img.shields.io/pypi/l/python-binance.svg
88
:target: https://pypi.python.org/pypi/python-binance
99

10+
.. image:: https://img.shields.io/pypi/wheel/python-binance.svg
11+
:target: https://pypi.python.org/pypi/python-binance
12+
13+
.. image:: https://img.shields.io/pypi/pyversions/python-binance.svg
14+
:target: https://pypi.python.org/pypi/python-binance
15+
1016
This is an unofficial Python wrapper for the `Binance exchange API v1 <https://www.binance.com/restapipub.html>`_. I am in no way affiliated with Binance, use at your own risk.
1117

1218
Features
@@ -281,6 +287,13 @@ If this library helped you out feel free to donate.
281287
Changelog
282288
---------
283289

290+
v0.1.1 - 2017-08-17
291+
^^^^^^^^^^^^^^^^^^^
292+
293+
** Added **
294+
295+
- Validation for HSR/BTC pair
296+
284297
v0.1.0 - 2017-08-16
285298
^^^^^^^^^^^^^^^^^^^
286299

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal = 1

setup.py

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)