Skip to content

Commit ecc8ce4

Browse files
Update manager.py
release 1.43.0
1 parent bb57833 commit ecc8ce4

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
@@ -226,7 +226,7 @@ def __init__(self,
226226
socks5_proxy_ssl_verification: Optional[bool] = True,):
227227
threading.Thread.__init__(self)
228228
self.name = "unicorn-binance-websocket-api"
229-
self.version = "1.42.0.dev"
229+
self.version = "1.43.0"
230230
logger.info(f"New instance of {self.get_user_agent()} on "
231231
f"{str(platform.system())} {str(platform.release())} for exchange {exchange} started ...")
232232
self.debug = debug

0 commit comments

Comments
 (0)