From c7c28d446b414be4e655e08d468f555e97eee746 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Mon, 2 Jun 2025 23:37:40 +0200 Subject: [PATCH] Bump changelog and version --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ea41cf4..2fe1e872e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 9.5.1 /2025-06-02 +## What's Changed +* Declare templates in MANIFEST and include package data by @thewhaleking in https://github.com/opentensor/btcli/pull/477 + + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.5.0...v9.5.1 + ## 9.5.0 /2025-06-02 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 470c4090a..fa9f81072 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.5.0" +version = "9.5.1" description = "Bittensor CLI" readme = "README.md" authors = [