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 334f188 + 9e01a84 commit 4e476b0Copy full SHA for 4e476b0
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+# 9.13.1 /2025-10-14
4
+* Fix for complicated (user_liquidity_enabled) hyperparams by @thewhaleking in https://github.com/opentensor/btcli/pull/652
5
+* Fixes a number of type annotations by @thewhaleking in https://github.com/opentensor/btcli/pull/653
6
+
7
+**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.13.0...v9.13.1
8
9
## 9.13.0 /2025-10-09
10
11
## What's Changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "bittensor-cli"
-version = "9.13.0"
+version = "9.13.1"
description = "Bittensor CLI"
readme = "README.md"
authors = [
0 commit comments