Skip to content

Commit d2db279

Browse files
Update unicorn_binance_websocket_api_manager.py
1 parent f53ceaf commit d2db279

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
@@ -160,7 +160,7 @@ def __init__(self,
160160
stream_buffer_maxlen=None):
161161
threading.Thread.__init__(self)
162162
self.name = "unicorn-binance-websocket-api"
163-
self.version = "1.31.0"
163+
self.version = "1.32.0"
164164
logging.info(f"New instance of {self.get_user_agent()} on {str(platform.system())} {str(platform.release())} "
165165
f"for exchange {exchange} started ...")
166166
if disable_colorama is not True:

0 commit comments

Comments
 (0)