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 7, 2022
1 parent ebfb32a commit 2c6e281
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 @@ -85,7 +85,7 @@ def __init__(self, exchange: str = "binance.com",
ubra_manager: Optional[Union[BinanceRestApiManager, bool]] = False,
ubwa_manager: Optional[Union[BinanceWebSocketApiManager, bool]] = False):
super().__init__()
self.version = "0.5.1.dev"
self.version = "0.5.1"
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 2c6e281

Please sign in to comment.