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 4ba8e55 commit cbf8e79Copy full SHA for cbf8e79
unicorn_binance_websocket_api/manager.py
@@ -199,7 +199,7 @@ def __init__(self,
199
debug=False):
200
threading.Thread.__init__(self)
201
self.name = "unicorn-binance-websocket-api"
202
- self.version = "1.41.0.dev"
+ self.version = "1.42.0"
203
logger.info(f"New instance of {self.get_user_agent()} on "
204
f"{str(platform.system())} {str(platform.release())} for exchange {exchange} started ...")
205
self.debug = debug
0 commit comments