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 = [