bittensor-cli 9.0.0rc4__py3-none-any.whl → 9.0.2__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
@@ -16,8 +16,7 @@
16
16
  # DEALINGS IN THE SOFTWARE.
17
17
 
18
18
  from .cli import CLIManager
19
+ from .version import __version__, __version_as_int__
19
20
 
20
21
 
21
- __version__ = "9.0.0rc4"
22
-
23
- __all__ = [CLIManager, __version__]
22
+ __all__ = ["CLIManager"]