File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
+ 1.0.2
4
+ -----
5
+ Released on January 16th 2025
6
+ - Ensure metagraph is properly synced when new miners join the network
3
7
4
8
1.0.1
5
9
-----
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " precog"
3
- version = " 1.0.1 "
3
+ version = " 1.0.2 "
4
4
description = " Bitcoin Price Prediction Subnet"
5
5
authors = [" Coin Metrics" , " Yuma Group" ]
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ def setUp(self):
16
16
def test_package_version (self ):
17
17
# Check that version is as expected
18
18
# Must update to increment package version successfully
19
- self .assertEqual (__version__ , "1.0.1 " )
19
+ self .assertEqual (__version__ , "1.0.2 " )
You can’t perform that action at this time.
0 commit comments