Skip to content

Commit 9730f51

Browse files
authoredMar 13, 2025
Merge pull request #2749 from opentensor/changelog/910
910: Bumps version and changelog
2 parents f825652 + 58f02ee commit 9730f51

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 9.0.5 /2025-03-12
3+
## 9.1.0 /2025-03-12
44

55
## What's Changed
66
* Refactor duplicated unittests code by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2724
@@ -18,7 +18,7 @@
1818
* Feat: set_delegate_take by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2731
1919
* Renames rate_threshold -> rate_tolerance by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2745
2020

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
2222

2323
## 9.0.4 /2025-03-06
2424

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.5
1+
9.1.0

‎bittensor/core/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "9.0.5"
1+
__version__ = "9.1.0"
22

33
import os
44
import re

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor"
7-
version = "9.0.5"
7+
version = "9.1.0"
88
description = "Bittensor"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)
Failed to load comments.