Skip to content

Commit c7331cf

Browse files
bump: version 0.1.2 → 0.1.3
1 parent 9723c2c commit c7331cf

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
@@ -1,3 +1,9 @@
1+
## v0.1.3 (2025-03-27)
2+
3+
### Fix
4+
5+
- **ci**: fixes python version as per the poetry min python
6+
17
## v0.1.2 (2025-03-27)
28

39
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
]
1818

1919
[tool.poetry]
20-
version = "0.1.2"
20+
version = "0.1.3"
2121
packages = [
2222
{ include = "predictor", from = "." }
2323
]

0 commit comments

Comments
 (0)