diff --git a/CHANGELOG.md b/CHANGELOG.md index 890241007..92ea41cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 9.5.0 /2025-06-02 + +## What's Changed +* Replace PyWry by @thewhaleking in https://github.com/opentensor/btcli/pull/472 +* Remove fuzzywuzzy by @thewhaleking in https://github.com/opentensor/btcli/pull/473 +* Add ruff formatter by @thewhaleking in https://github.com/opentensor/btcli/pull/474 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.4.4...v9.5.0 + ## 9.4.4 /2025-04-29 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 459c49deb..3eb900c75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.4.4" +version = "9.5.0" description = "Bittensor CLI" readme = "README.md" authors = [