Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Oct 1, 2024
1 parent 1423066 commit 87bbf02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bittensor_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
from .cli import CLIManager


__version__ = "8.0.0"
__version__ = "8.1.0"

__all__ = ["CLIManager", "__version__"]
2 changes: 1 addition & 1 deletion bittensor_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from websockets import ConnectionClosed
from yaml import safe_dump, safe_load

__version__ = "8.0.0"
__version__ = "8.1.0"

_core_version = re.match(r"^\d+\.\d+\.\d+", __version__).group(0)
_version_split = _core_version.split(".")
Expand Down

0 comments on commit 87bbf02

Please sign in to comment.