Skip to content

Commit b28b66e

Browse files
Update manager.py
1 parent fb3aeee commit b28b66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicorn_binance_websocket_api/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def __init__(self,
227227
socks5_proxy_ssl_verification: Optional[bool] = True,):
228228
threading.Thread.__init__(self)
229229
self.name = "unicorn-binance-websocket-api"
230-
self.version = "1.44.0.dev"
230+
self.version = "1.44.1"
231231
logger.info(f"New instance of {self.get_user_agent()} on "
232232
f"{str(platform.system())} {str(platform.release())} for exchange {exchange} started ...")
233233
self.debug = debug

0 commit comments

Comments
 (0)