diff --git a/CHANGELOG.md b/CHANGELOG.md index 366c01064..61ec3c666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 9.2.1 /2025-04-09 +## 9.3.0 /2025-04-09 ## What's Changed * Fix e2e test by @basfroman in https://github.com/opentensor/btcli/pull/396 @@ -24,7 +24,7 @@ * Update revoke children language by @thewhaleking in https://github.com/opentensor/btcli/pull/417 * Revert "new color palette" by @thewhaleking in https://github.com/opentensor/btcli/pull/420 -**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.2.0...v9.2.1 +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.2.0...v9.3.0 ## 9.2.0 /2025-03-18 diff --git a/pyproject.toml b/pyproject.toml index 8237bf872..840807700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.2.1" +version = "9.3.0" description = "Bittensor CLI" readme = "README.md" authors = [