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 b913c12 commit 590073bCopy full SHA for 590073b
unicorn_binance_websocket_api/manager.py
@@ -236,7 +236,7 @@ def __init__(self,
236
socks5_proxy_ssl_verification: Optional[bool] = True,):
237
threading.Thread.__init__(self)
238
self.name = "unicorn-binance-websocket-api"
239
- self.version = "1.45.1.dev"
+ self.version = "1.45.2"
240
logger.info(f"New instance of {self.get_user_agent()} on "
241
f"{str(platform.system())} {str(platform.release())} for exchange {exchange} started ...")
242
self.debug = debug
0 commit comments