Skip to content

Commit 0915405

Browse files
bump: version 0.3.7 → 0.3.8
1 parent aa9ef0a commit 0915405

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.8 (2025-08-03)
19+
20+
### Fix
21+
22+
- **bing**: adds support for bign
23+
1824
## v0.3.7 (2025-08-03)
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.7"
3+
version = "0.3.8"
44
description = "A package for running predictions using fAIr"
55
authors = [
66
{name = "kshitijrajsharma",email = "skshitizraj@gmail.com"}

0 commit comments

Comments
 (0)