diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d473005..1156596e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 9.1.3 /2025-03-12 + +## What's Changed +* Allows childkey take of 0 by @thewhaleking in https://github.com/opentensor/btcli/pull/376 +* Passes prompt for pow_register by @thewhaleking in https://github.com/opentensor/btcli/pull/379 +* Updates staking test by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/382 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.1.2...v9.1.3 + ## 9.1.2 /2025-03-07 ## What's Changed diff --git a/bittensor_cli/version.py b/bittensor_cli/version.py index 25e3ad899..d5ce174d9 100644 --- a/bittensor_cli/version.py +++ b/bittensor_cli/version.py @@ -15,5 +15,6 @@ def version_as_int(version): __new_signature_version__ = 360 return __version_as_int__ -__version__ = "9.1.2" + +__version__ = "9.1.3" __version_as_int__ = version_as_int(__version__) diff --git a/pyproject.toml b/pyproject.toml index aa8043d0b..646ea5078 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.1.2" +version = "9.1.3" description = "Bittensor CLI" readme = "README.md" authors = [