Skip to content

Commit 81b840a

Browse files
Update manager.py
1 parent 5fb7415 commit 81b840a

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
@@ -231,7 +231,7 @@ def __init__(self,
231231
socks5_proxy_ssl_verification: Optional[bool] = True,):
232232
threading.Thread.__init__(self)
233233
self.name = "unicorn-binance-websocket-api"
234-
self.version = "1.44.1.dev"
234+
self.version = "1.45.0"
235235
logger.info(f"New instance of {self.get_user_agent()} on "
236236
f"{str(platform.system())} {str(platform.release())} for exchange {exchange} started ...")
237237
self.debug = debug

0 commit comments

Comments
 (0)