Skip to content

Commit bd5c2ac

Browse files
committed
bump(release): v0.2.0 → v0.3.0
1 parent 334e625 commit bd5c2ac

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.3.0 (2024-04-01)
2+
3+
### Feat
4+
5+
- add conformal quantile prediction (#25)
6+
17
## v0.2.0 (2024-02-25)
28

39
### Feat

pyproject.toml

+2-2
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 = "neo-ls-svm"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "Neo LS-SVM"
99
authors = ["Laurent Sorber <[email protected]>"]
1010
readme = "README.md"
@@ -14,7 +14,7 @@ repository = "https://github.com/lsorber/neo-ls-svm"
1414
bump_message = "bump(release): v$current_version → v$new_version"
1515
tag_format = "v$version"
1616
update_changelog_on_bump = true
17-
version = "0.2.0"
17+
version = "0.3.0"
1818
version_files = ["pyproject.toml:version"]
1919

2020
[tool.poetry.dependencies] # https://python-poetry.org/docs/dependency-specification/

0 commit comments

Comments
 (0)