File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 9.1.4 /2025-03-13
4+
5+ ## What's Changed
6+ * Disk-Cache Async-Substrate-Interface Calls by @thewhaleking in https://github.com/opentensor/btcli/pull/368
7+
8+ ** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.1.3...v9.1.4
9+
310## 9.1.3 /2025-03-12
411
512## What's Changed
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ def version_as_int(version):
1616 return __version_as_int__
1717
1818
19- __version__ = "9.1.3 "
19+ __version__ = "9.1.4 "
2020__version_as_int__ = version_as_int (__version__ )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " bittensor-cli"
7- version = " 9.1.3 "
7+ version = " 9.1.4 "
88description = " Bittensor CLI"
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments