Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
Add wheel distribution
  • Loading branch information
samjosephmark committed Aug 17, 2017
1 parent 47b2b60 commit e756f08
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
6 changes: 6 additions & 0 deletions PYPIREADME.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Binance API
.. image:: https://img.shields.io/pypi/l/python-binance.svg
:target: https://pypi.python.org/pypi/python-binance

.. image:: https://img.shields.io/pypi/wheel/python-binance.svg
:target: https://pypi.python.org/pypi/python-binance

.. image:: https://img.shields.io/pypi/pyversions/python-binance.svg
:target: https://pypi.python.org/pypi/python-binance

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.

Features
Expand Down
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Binance API
.. image:: https://img.shields.io/pypi/l/python-binance.svg
:target: https://pypi.python.org/pypi/python-binance

.. image:: https://img.shields.io/pypi/wheel/python-binance.svg
:target: https://pypi.python.org/pypi/python-binance

.. image:: https://img.shields.io/pypi/pyversions/python-binance.svg
:target: https://pypi.python.org/pypi/python-binance

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.

Features
Expand Down Expand Up @@ -281,6 +287,13 @@ If this library helped you out feel free to donate.
Changelog
---------

v0.1.1 - 2017-08-17
^^^^^^^^^^^^^^^^^^^

** Added **

- Validation for HSR/BTC pair

v0.1.0 - 2017-08-16
^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='python-binance',
version='0.1.0',
version='0.1.1',
packages=['binance'],
description='Binance API python implementation',
url='https://github.com/sammchardy/python-binance',
Expand Down

0 comments on commit e756f08

Please sign in to comment.