From 6dcef168f42877b625aff0713b2005a3a60c9528 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Thu, 29 May 2025 12:02:39 -0700 Subject: [PATCH] bumps version and changelog --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91aaf6ecd..890241007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 9.4.4 /2025-04-29 + +## What's Changed +* Replace `transfer_allow_death` with `transfer_keep_alive` by @basfroman in https://github.com/opentensor/btcli/pull/466 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.4.3...v9.4.4 + ## 9.4.3 /2025-04-29 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index c1b96f0e8..919a9d3b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.4.3" +version = "9.4.4" description = "Bittensor CLI" readme = "README.md" authors = [