From f8faa4ebbc1e9000f0151f579f1313331f895b1b Mon Sep 17 00:00:00 2001 From: marzwu Date: Sat, 23 Sep 2023 11:21:22 +0800 Subject: [PATCH] ! --- binance/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binance/__init__.py b/binance/__init__.py index c65861ab..484faacc 100755 --- a/binance/__init__.py +++ b/binance/__init__.py @@ -4,7 +4,7 @@ """ -__version__ = '1.0.16.5' +__version__ = '1.0.16.6' from binance.client import Client, AsyncClient # noqa from binance.depthcache import DepthCacheManager, OptionsDepthCacheManager, ThreadedDepthCacheManager # noqa