From 27cb4c61feade6906887c918193d752b667a7575 Mon Sep 17 00:00:00 2001 From: Thomas Marchand Date: Tue, 21 Jul 2020 21:52:32 +0200 Subject: [PATCH] update version string --- binance/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binance/__init__.py b/binance/__init__.py index 183a489..482aca5 100644 --- a/binance/__init__.py +++ b/binance/__init__.py @@ -1,7 +1,7 @@ __title__ = "binance.py" __author__ = "Th0rgal" __license__ = "MIT" -__version__ = "1.3.2" +__version__ = "1.3.3" from .definitions import ( SymbolStatus,