Skip to content

Commit c446fb2

Browse files
authored
Merge pull request #58 from coinmetrics/dev
2 parents bef2e0f + 8948beb commit c446fb2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/Release Notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Release Notes
22
=============
3+
1.0.2
4+
-----
5+
Released on January 16th 2025
6+
- Ensure metagraph is properly synced when new miners join the network
37

48
1.0.1
59
-----

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "precog"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Bitcoin Price Prediction Subnet"
55
authors = ["Coin Metrics", "Yuma Group"]
66
readme = "README.md"

tests/test_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def setUp(self):
1616
def test_package_version(self):
1717
# Check that version is as expected
1818
# Must update to increment package version successfully
19-
self.assertEqual(__version__, "1.0.1")
19+
self.assertEqual(__version__, "1.0.2")

0 commit comments

Comments
 (0)