Skip to content

Commit a1fe77f

Browse files
Update unicorn_binance_websocket_api_manager.py
1 parent e7590e0 commit a1fe77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicorn_binance_websocket_api/unicorn_binance_websocket_api_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def __init__(self,
161161
disable_colorama=False):
162162
threading.Thread.__init__(self)
163163
self.name = "unicorn-binance-websocket-api"
164-
self.version = "1.31.0.dev"
164+
self.version = "1.31.0"
165165
logging.info(f"New instance of {self.get_user_agent()} on {str(platform.system())} {str(platform.release())} "
166166
f"started ...")
167167
if disable_colorama is not True:

0 commit comments

Comments
 (0)