From 68c32515a27dab2e81f0cdf90467efdcf5137b94 Mon Sep 17 00:00:00 2001 From: Matthew Trudeau Date: Tue, 7 Jan 2025 13:31:12 -0500 Subject: [PATCH] Update release notes for v0.3.0 --- docs/Release Notes.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/Release Notes.md b/docs/Release Notes.md index ab150c4..ee8f021 100644 --- a/docs/Release Notes.md +++ b/docs/Release Notes.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 4409981..4d70659 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"