File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 9.0.5 /2025-03-12
3
+ ## 9.1.0 /2025-03-12
4
4
5
5
## What's Changed
6
6
* Refactor duplicated unittests code by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2724
18
18
* Feat: set_delegate_take by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2731
19
19
* Renames rate_threshold -> rate_tolerance by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2745
20
20
21
- ** Full Changelog** : https://github.com/opentensor/bittensor/compare/v9.0.4...v9.0.5
21
+ ** Full Changelog** : https://github.com/opentensor/bittensor/compare/v9.0.4...v9.1.0
22
22
23
23
## 9.0.4 /2025-03-06
24
24
Original file line number Diff line number Diff line change 1
- 9.0.5
1
+ 9.1.0
Original file line number Diff line number Diff line change 1
- __version__ = "9.0.5 "
1
+ __version__ = "9.1.0 "
2
2
3
3
import os
4
4
import re
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bittensor"
7
- version = " 9.0.5 "
7
+ version = " 9.1.0 "
8
8
description = " Bittensor"
9
9
readme = " README.md"
10
10
authors = [
You can’t perform that action at this time.
0 commit comments