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 d05c683 commit 58e84bcCopy full SHA for 58e84bc
unicorn_binance_websocket_api/manager.py
@@ -226,7 +226,7 @@ def __init__(self,
226
socks5_proxy_ssl_verification: Optional[bool] = True,):
227
threading.Thread.__init__(self)
228
self.name = "unicorn-binance-websocket-api"
229
- self.version = "1.43.2.dev"
+ self.version = "1.43.3"
230
logger.info(f"New instance of {self.get_user_agent()} on "
231
f"{str(platform.system())} {str(platform.release())} for exchange {exchange} started ...")
232
self.debug = debug
0 commit comments