Skip to content

Commit fcf2a05

Browse files
bump: version 0.3.6 → 0.3.7
1 parent d471641 commit fcf2a05

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
- **tests**: migrate unit tests from unittest to pytest and clean up test structure
1616
- **tests**: improve readability of predict function calls in test cases
1717

18+
## v0.3.7 (2025-08-03)
19+
20+
### Fix
21+
22+
- **python**: fixes geomlversion
23+
1824
## v0.3.6 (2025-07-06)
1925

2026
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fairpredictor"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
description = "A package for running predictions using fAIr"
55
authors = [
66
{name = "kshitijrajsharma",email = "skshitizraj@gmail.com"}

0 commit comments

Comments
 (0)