bittensor-cli 9.0.0rc4__py3-none-any.whl → 9.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
bittensor_cli/__init__.py CHANGED
@@ -18,6 +18,6 @@
18
18
  from .cli import CLIManager
19
19
 
20
20
 
21
- __version__ = "9.0.0rc4"
21
+ __version__ = "9.0.1"
22
22
 
23
- __all__ = [CLIManager, __version__]
23
+ __all__ = ["CLIManager", "__version__"]