Skip to content

Commit

Permalink
Update manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Mar 17, 2022
1 parent b1b7d60 commit 249be57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unicorn_binance_local_depth_cache/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def __init__(self, exchange: str = "binance.com",
ubwa_manager: Optional[Union[BinanceWebSocketApiManager, bool]] = False,
warn_on_update: bool = True):
super().__init__()
self.version = "0.7.1.dev"
self.version = "0.7.1"
self.name = "unicorn-binance-local-depth-cache"
logger.info(f"New instance of {self.get_user_agent()} on "
f"{str(platform.system())} {str(platform.release())} for exchange {exchange} started ...")
Expand Down

0 comments on commit 249be57

Please sign in to comment.