File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.1.3 /2025-03-12
4
+
5
+ ## What's Changed
6
+ * Allows childkey take of 0 by @thewhaleking in https://github.com/opentensor/btcli/pull/376
7
+ * Passes prompt for pow_register by @thewhaleking in https://github.com/opentensor/btcli/pull/379
8
+ * Updates staking test by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/382
9
+
10
+ ** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.1.2...v9.1.3
11
+
3
12
## 9.1.2 /2025-03-07
4
13
5
14
## What's Changed
Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ def version_as_int(version):
15
15
__new_signature_version__ = 360
16
16
return __version_as_int__
17
17
18
- __version__ = "9.1.2"
18
+
19
+ __version__ = "9.1.3"
19
20
__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.2 "
7
+ version = " 9.1.3 "
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