Skip to content

Commit b1faf00

Browse files
Update unicorn_binance_websocket_api_manager.py
1 parent cdf7ef5 commit b1faf00

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
@@ -167,7 +167,7 @@ def __init__(self,
167167
process_stream_signals=False):
168168
threading.Thread.__init__(self)
169169
self.name = "unicorn-binance-websocket-api"
170-
self.version = "1.33.0.dev"
170+
self.version = "1.33.1"
171171
logging.info(f"New instance of {self.get_user_agent()} on "
172172
f"{str(platform.system())} {str(platform.release())} for exchange {exchange} started ...")
173173
if disable_colorama is not True:

0 commit comments

Comments
 (0)