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 4, 2022
1 parent 55d650e commit bd2d01a
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 @@ -71,7 +71,7 @@ def __init__(self, exchange="binance.com", ubra_manager=False, ubwa_manager=Fals
:type warn_on_update: bool
"""
super().__init__()
self.version = "0.2.0.dev"
self.version = "0.2.0"
self.name = "unicorn-binance-local-depth-cache"
logger.info(f"New instance of {self.name} for exchange {exchange} started ...")
self.exchange = exchange
Expand Down

0 comments on commit bd2d01a

Please sign in to comment.