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 06c3c42 commit 667dde0Copy full SHA for 667dde0
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 9.5.0 /2025-06-02
4
+
5
+## What's Changed
6
+* Replace PyWry by @thewhaleking in https://github.com/opentensor/btcli/pull/472
7
+* Remove fuzzywuzzy by @thewhaleking in https://github.com/opentensor/btcli/pull/473
8
+* Add ruff formatter by @thewhaleking in https://github.com/opentensor/btcli/pull/474
9
10
+**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.4.4...v9.5.0
11
12
## 9.4.4 /2025-04-29
13
14
## What's Changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "bittensor-cli"
-version = "9.4.4"
+version = "9.5.0"
description = "Bittensor CLI"
readme = "README.md"
authors = [
0 commit comments