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 9, 2022
1 parent 643acdf commit 7979452
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 @@ -109,7 +109,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.6.0.dev"
self.version = "0.6.0"
self.name = "unicorn-binance-local-depth-cache"
logger.info(f"New instance of {self.name} on "
f"{str(platform.system())} {str(platform.release())} for exchange {exchange} started ...")
Expand Down

0 comments on commit 7979452

Please sign in to comment.