Skip to content

Commit

Permalink
Bumps version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Jan 9, 2025
1 parent 0efd28d commit 1b1dfad
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 8.5.1rc1 /2025-01-09

## What's Changed
* Development release of RAO network

## 8.5.1 /2024-12-16

## What's Changed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div align="center">

# **Bittensor SDK** <!-- omit in toc -->
### Rao Development Version
[![Discord Chat](https://img.shields.io/discord/308323056592486420.svg)](https://discord.gg/bittensor)
[![PyPI version](https://badge.fury.io/py/bittensor.svg)](https://badge.fury.io/py/bittensor)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.5.1
8.5.1rc1
2 changes: 1 addition & 1 deletion bittensor/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.

__version__ = "8.5.1"
__version__ = "8.5.1rc1"

import os
import re
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ wheel
setuptools~=70.0.0
aiohttp~=3.9
async-property==0.2.2
bittensor-cli==8.2.0rc5
bittensor-cli==8.2.0rc6
bt-decode==0.4.0
colorama~=0.4.6
fastapi~=0.110.1
Expand Down

0 comments on commit 1b1dfad

Please sign in to comment.