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 028d6aa commit ea4006fCopy full SHA for ea4006f
.gitignore
@@ -10,3 +10,4 @@ python_binance.egg-info/
10
.idea/
11
venv*/
12
.vscode
13
+.binance/
README.rst
@@ -1,5 +1,5 @@
1
=================================
2
-Welcome to python-binance v1.0.27
+Welcome to python-binance v1.0.28
3
4
5
.. image:: https://img.shields.io/pypi/v/python-binance.svg
binance/__init__.py
@@ -4,7 +4,7 @@
"""
6
7
-__version__ = "1.0.27"
+__version__ = "1.0.28"
8
9
from binance.async_client import AsyncClient # noqa
from binance.client import Client # noqa
0 commit comments