Skip to content

Commit 1b1dfad

Browse files
committedJan 9, 2025
Bumps version and changelog
1 parent 0efd28d commit 1b1dfad

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 8.5.1rc1 /2025-01-09
4+
5+
## What's Changed
6+
* Development release of RAO network
7+
38
## 8.5.1 /2024-12-16
49

510
## What's Changed

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<div align="center">
22

33
# **Bittensor SDK** <!-- omit in toc -->
4+
### Rao Development Version
45
[![Discord Chat](https://img.shields.io/discord/308323056592486420.svg)](https://discord.gg/bittensor)
56
[![PyPI version](https://badge.fury.io/py/bittensor.svg)](https://badge.fury.io/py/bittensor)
67
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.5.1
1+
8.5.1rc1

‎bittensor/core/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1616
# DEALINGS IN THE SOFTWARE.
1717

18-
__version__ = "8.5.1"
18+
__version__ = "8.5.1rc1"
1919

2020
import os
2121
import re

‎requirements/prod.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ wheel
22
setuptools~=70.0.0
33
aiohttp~=3.9
44
async-property==0.2.2
5-
bittensor-cli==8.2.0rc5
5+
bittensor-cli==8.2.0rc6
66
bt-decode==0.4.0
77
colorama~=0.4.6
88
fastapi~=0.110.1

0 commit comments

Comments
 (0)