Skip to content

Commit e2e9bf3

Browse files
committed
## What's Changed
* Fix for handling tuples for `additional` by @thewhaleking in #557 **Full Changelog**: v9.8.6...v9.8.7
1 parent ba7d95c commit e2e9bf3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 9.8.7 /2025-07-23
4+
* Fix for handling tuples for `additional` by @thewhaleking in https://github.com/opentensor/btcli/pull/557
5+
6+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.6...v9.8.7
7+
38
## 9.8.6 /2025-07-22
49
* Hyperparam discrepancy between set/get by @thewhaleking in https://github.com/opentensor/btcli/pull/552
510
* Hyperparameters in alphabetical order for `btcli sudo get/set` by @basfroman in https://github.com/opentensor/btcli/pull/553

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor-cli"
7-
version = "9.8.6"
7+
version = "9.8.7"
88
description = "Bittensor CLI"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)