File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.1.2 /2025-03-07
4
+
5
+ ## What's Changed
6
+ * Updates subnet and neuron identity by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/370
7
+
8
+ ** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.1.1...v9.1.2
9
+
3
10
## 9.1.1 /2025-03-06
4
11
5
12
## What's Changed
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ def version_as_int(version):
15
15
__new_signature_version__ = 360
16
16
return __version_as_int__
17
17
18
- __version__ = "9.1.1 "
18
+ __version__ = "9.1.2 "
19
19
__version_as_int__ = version_as_int (__version__ )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bittensor-cli"
7
- version = " 9.1.1 "
7
+ version = " 9.1.2 "
8
8
description = " Bittensor CLI"
9
9
readme = " README.md"
10
10
authors = [
You can’t perform that action at this time.
0 commit comments