We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ad2b64 + f4f4c93 commit bf53b67Copy full SHA for bf53b67
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 9.7.1/2025-06-26
4
+
5
+## What's Changed
6
+* Convert hyperparams from strings by @thewhaleking in https://github.com/opentensor/btcli/pull/510
7
+* Ensure we parse strings for param names by @thewhaleking in https://github.com/opentensor/btcli/pull/511
8
9
+**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.7.0...v9.7.1
10
11
## 9.7.0/2025-06-16
12
13
## What's Changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "bittensor-cli"
-version = "9.7.0"
+version = "9.7.1"
description = "Bittensor CLI"
readme = "README.md"
authors = [
0 commit comments