Skip to content

Commit ce403e4

Browse files
committed
Bumps version
1 parent b8706ce commit ce403e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bittensor_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
from .cli import CLIManager
1919

2020

21-
__version__ = "8.2.0rc1"
21+
__version__ = "8.2.0rc2"
2222

2323
__all__ = ["CLIManager", "__version__"]

bittensor_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class GitError(Exception):
6161
pass
6262

6363

64-
__version__ = "8.2.0rc1"
64+
__version__ = "8.2.0rc2"
6565

6666

6767
_core_version = re.match(r"^\d+\.\d+\.\d+", __version__).group(0)

0 commit comments

Comments
 (0)