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 e5c670f commit 301c473Copy full SHA for 301c473
unicorn_binance_websocket_api/manager.py
@@ -230,7 +230,7 @@ def __init__(self,
230
socks5_proxy_ssl_verification: Optional[bool] = True,):
231
threading.Thread.__init__(self)
232
self.name = "unicorn-binance-websocket-api"
233
- self.version = "1.46.0.dev"
+ self.version = "1.46.1"
234
logger.info(f"New instance of {self.get_user_agent()} on "
235
f"{str(platform.system())} {str(platform.release())} for exchange {exchange} started ...")
236
self.debug = debug
0 commit comments