Skip to content

Commit 590073b

Browse files
Update manager.py
1.45.2
1 parent b913c12 commit 590073b

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
@@ -236,7 +236,7 @@ def __init__(self,
236236
socks5_proxy_ssl_verification: Optional[bool] = True,):
237237
threading.Thread.__init__(self)
238238
self.name = "unicorn-binance-websocket-api"
239-
self.version = "1.45.1.dev"
239+
self.version = "1.45.2"
240240
logger.info(f"New instance of {self.get_user_agent()} on "
241241
f"{str(platform.system())} {str(platform.release())} for exchange {exchange} started ...")
242242
self.debug = debug

0 commit comments

Comments
 (0)