Skip to content

Commit ea4006f

Browse files
authored
Bump 0.28 (#1565)
* update gitignore * chore: bump to v1.0.28
1 parent 028d6aa commit ea4006f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ python_binance.egg-info/
1010
.idea/
1111
venv*/
1212
.vscode
13+
.binance/

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=================================
2-
Welcome to python-binance v1.0.27
2+
Welcome to python-binance v1.0.28
33
=================================
44

55
.. image:: https://img.shields.io/pypi/v/python-binance.svg

binance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
"""
66

7-
__version__ = "1.0.27"
7+
__version__ = "1.0.28"
88

99
from binance.async_client import AsyncClient # noqa
1010
from binance.client import Client # noqa

0 commit comments

Comments
 (0)