Skip to content

Commit

Permalink
Merge pull request #30 from coinmetrics/29-update-release-notes
Browse files Browse the repository at this point in the history
Update Release Notes
  • Loading branch information
peterc-yuma authored Dec 20, 2024
2 parents c3c932d + e372b29 commit 9b0e1c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
=============

0.2.0
-----
Released on December 20th 2024
- Finalized README instructions
- Cleaned and documented code base


0.1.0
-----
Released on December 10th 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.1.0"
version = "0.2.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.1.0")
self.assertEqual(__version__, "0.2.0")

0 comments on commit 9b0e1c3

Please sign in to comment.