Skip to content

Commit aea1652

Browse files
Update unicorn_binance_websocket_api_manager.py
release 1.34.1
1 parent 2758d7b commit aea1652

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

Lines changed: 1 addition & 1 deletion
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.34.0.dev"
170+
self.version = "1.34.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)