Skip to content

Commit 4c75a4a

Browse files
Update manager.py
1 parent ab4b5e8 commit 4c75a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicorn_binance_websocket_api/manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def __init__(self,
230230
socks5_proxy_ssl_verification: Optional[bool] = True,):
231231
threading.Thread.__init__(self)
232232
self.name = "unicorn-binance-websocket-api"
233-
self.version = "1.45.2.dev"
233+
self.version = "1.46.0"
234234
logger.info(f"New instance of {self.get_user_agent()} on "
235235
f"{str(platform.system())} {str(platform.release())} for exchange {exchange} started ...")
236236
self.debug = debug

0 commit comments

Comments
 (0)