Skip to content

Commit

Permalink
Merge pull request #29 from foundryservices/dev
Browse files Browse the repository at this point in the history
Release v2.1.1
  • Loading branch information
hayden-yuma authored Oct 10, 2024
2 parents 60aa991 + bfaa6fd commit 9165571
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
=============

2.1.1
-----
Released on October 10th 2024
- Upgrade to Bittensor v7.4.0 due to known latency issues


2.1.0
-----
Released on October 9th 2024
Expand Down
2 changes: 1 addition & 1 deletion predictionnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Define the version of the template module.


__version__ = "2.1.0"
__version__ = "2.1.1"
version_split = __version__.split(".")
__spec_version__ = (
(1000 * int(version_split[0]))
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bittensor==7.3.1
bittensor==7.4.0
loguru
numpy
pandas
Expand Down

0 comments on commit 9165571

Please sign in to comment.