Skip to content

Commit d3cd4f3

Browse files
committed
bump(release): v0.0.0 → v0.1.0
1 parent cb47a4d commit d3cd4f3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v0.1.0 (2024-03-16)
2+
3+
### Feat
4+
5+
- add Conformal Coherent Quantile Regression (#3)

pyproject.toml

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

55
[tool.poetry] # https://python-poetry.org/docs/pyproject/
66
name = "conformal-tights"
7-
version = "0.0.0"
7+
version = "0.1.0"
88
description = "A scikit-learn meta-estimator for computing tight conformal predictions"
99
authors = ["Laurent Sorber <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)