Skip to content

Commit

Permalink
Merge pull request #38 from coinmetrics/37-update-release-notes
Browse files Browse the repository at this point in the history
Update Release Notes
  • Loading branch information
peterc-yuma authored Jan 7, 2025
2 parents f8c16fb + 7729358 commit 3882d36
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
=============

0.3.0
-----
Released on January 7th 2025
- Update to bittensor v8.5.1
- Implement CR3

0.2.0
-----
Released on December 20th 2024
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "precog"
version = "0.2.0"
version = "0.3.0"
description = "Bitcoin Price Prediction Subnet"
authors = ["Coin Metrics", "Yuma Group"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def setUp(self):
def test_package_version(self):
# Check that version is as expected
# Must update to increment package version successfully
self.assertEqual(__version__, "0.2.0")
self.assertEqual(__version__, "0.3.0")

0 comments on commit 3882d36

Please sign in to comment.