Skip to content

Commit b593638

Browse files
authored
Merge pull request #479 from opentensor/release/9.5.1
Release/9.5.1
2 parents 4ed5cd5 + 64134b5 commit b593638

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ share/python-wheels/
4646
*.egg-info/
4747
.installed.cfg
4848
*.egg
49-
MANIFEST
5049

5150
# PyInstaller
5251
# Usually these files are written by a python script from a template
@@ -209,4 +208,4 @@ replicate.yaml
209208
**/run.sh
210209

211210
# Notebooks
212-
*.ipynb
211+
*.ipynb

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 9.5.0 /2025-06-02
411

512
## What's Changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursive-include bittensor_cli/src/bittensor/templates *

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor-cli"
7-
version = "9.5.0"
7+
version = "9.5.1"
88
description = "Bittensor CLI"
99
readme = "README.md"
1010
authors = [
@@ -65,4 +65,5 @@ classifiers = [
6565
]
6666

6767
[tool.setuptools]
68-
package-dir = {"bittensor_cli" = "bittensor_cli"}
68+
package-dir = {"bittensor_cli" = "bittensor_cli"}
69+
include-package-data = true

0 commit comments

Comments
 (0)