Skip to content

Commit a007d73

Browse files
Update manager.py
1 parent 1c9ce66 commit a007d73

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
@@ -198,7 +198,7 @@ def __init__(self,
198198
high_performance=False):
199199
threading.Thread.__init__(self)
200200
self.name = "unicorn-binance-websocket-api"
201-
self.version = "1.40.6.dev"
201+
self.version = "1.40.6"
202202
logger.info(f"New instance of {self.get_user_agent()} on "
203203
f"{str(platform.system())} {str(platform.release())} for exchange {exchange} started ...")
204204
if disable_colorama is not True:

0 commit comments

Comments
 (0)