From e2e9bf3f08576b8030e77fa4ca7d02d4bc78daca Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Wed, 23 Jul 2025 14:13:54 +0200 Subject: [PATCH] ## What's Changed * Fix for handling tuples for `additional` by @thewhaleking in https://github.com/opentensor/btcli/pull/557 **Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.6...v9.8.7 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de27c26b..1d444460b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 9.8.7 /2025-07-23 +* Fix for handling tuples for `additional` by @thewhaleking in https://github.com/opentensor/btcli/pull/557 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.6...v9.8.7 + ## 9.8.6 /2025-07-22 * Hyperparam discrepancy between set/get by @thewhaleking in https://github.com/opentensor/btcli/pull/552 * Hyperparameters in alphabetical order for `btcli sudo get/set` by @basfroman in https://github.com/opentensor/btcli/pull/553 diff --git a/pyproject.toml b/pyproject.toml index e310a0f35..c4b709ffc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.8.6" +version = "9.8.7" description = "Bittensor CLI" readme = "README.md" authors = [