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 bb57833 commit ecc8ce4Copy full SHA for ecc8ce4
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.42.0.dev"
+ self.version = "1.43.0"
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