Skip to content

Commit 9ba3696

Browse files
Update manager.py
1 parent b0c7d1b commit 9ba3696

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
@@ -171,7 +171,7 @@ def __init__(self,
171171
process_stream_signals=False):
172172
threading.Thread.__init__(self)
173173
self.name = "unicorn-binance-websocket-api"
174-
self.version = "1.37.2.dev"
174+
self.version = "1.37.2"
175175
logger.info(f"New instance of {self.get_user_agent()} on "
176176
f"{str(platform.system())} {str(platform.release())} for exchange {exchange} started ...")
177177
if disable_colorama is not True:

0 commit comments

Comments
 (0)