From 9e01a84796fd38f754bb7ce62e4eb0b56a998952 Mon Sep 17 00:00:00 2001 From: bdhimes Date: Tue, 14 Oct 2025 22:09:35 +0200 Subject: [PATCH] changelog + version --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca36a9767..3d32aab89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 9.13.1 /2025-10-14 +* Fix for complicated (user_liquidity_enabled) hyperparams by @thewhaleking in https://github.com/opentensor/btcli/pull/652 +* Fixes a number of type annotations by @thewhaleking in https://github.com/opentensor/btcli/pull/653 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.13.0...v9.13.1 + ## 9.13.0 /2025-10-09 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index d7e6150f9..a5705e289 100644 --- a/pyproject.toml +++ b/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 = [