Skip to content

Commit 11fb7e6

Browse files
committed
Updates bt-decode + bumps version
1 parent 8b0b775 commit 11fb7e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0rc4"
21+
__version__ = "8.2.0rc5"
2222

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

bittensor_cli/cli.py

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

6464

65-
__version__ = "8.2.0rc4"
65+
__version__ = "8.2.0rc5"
6666

6767

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ substrate-interface~=1.7.9
1717
typer~=0.12
1818
websockets>=14.1
1919
bittensor-wallet>=2.0.2
20-
bt-decode==0.2.0a0
20+
bt-decode==0.4.0

0 commit comments

Comments
 (0)