We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa029f commit c7c28d4Copy full SHA for c7c28d4
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 9.5.1 /2025-06-02
4
+## What's Changed
5
+* Declare templates in MANIFEST and include package data by @thewhaleking in https://github.com/opentensor/btcli/pull/477
6
+
7
8
+**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.5.0...v9.5.1
9
10
## 9.5.0 /2025-06-02
11
12
## What's Changed
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 = [
0 commit comments