Skip to content

Commit 182f45b

Browse files
Update to version 0.3
1 parent f0dcb58 commit 182f45b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.3] - 2025-12-26
4+
5+
### Fixed
6+
- `ModuleNotFound` packaging error.
7+
38
## [0.2] - 2025-12-26
49

510
### Changed
@@ -12,6 +17,7 @@
1217
- `calibration_error` function
1318
- `build_reliability_diagram` function
1419

15-
[Unreleased]: https://github.com/yourusername/yourproject/compare/0.2...HEAD
20+
[Unreleased]: https://github.com/yourusername/yourproject/compare/0.3...HEAD
21+
[0.3]: https://github.com/yourusername/yourproject/compare/0.2...0.3
1622
[0.2]: https://github.com/yourusername/yourproject/compare/0.1...0.2
1723
[0.1]: https://github.com/yourusername/yourproject/releases/tag/0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "khalib"
7-
version = "0.2"
7+
version = "0.3"
88
description = "Classifier Calibration with Khiops"
99
authors = [{ name = "Felipe Olmos", email = "[email protected]" }]
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)