We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4b5e8 commit 4c75a4aCopy full SHA for 4c75a4a
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.45.2.dev"
+ self.version = "1.46.0"
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