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