Skip to content

Commit

Permalink
bump(release): v0.2.0 → v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Apr 1, 2024
1 parent 334e625 commit bd5c2ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.3.0 (2024-04-01)

### Feat

- add conformal quantile prediction (#25)

## v0.2.0 (2024-02-25)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry] # https://python-poetry.org/docs/pyproject/
name = "neo-ls-svm"
version = "0.2.0"
version = "0.3.0"
description = "Neo LS-SVM"
authors = ["Laurent Sorber <[email protected]>"]
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ repository = "https://github.com/lsorber/neo-ls-svm"
bump_message = "bump(release): v$current_version → v$new_version"
tag_format = "v$version"
update_changelog_on_bump = true
version = "0.2.0"
version = "0.3.0"
version_files = ["pyproject.toml:version"]

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

0 comments on commit bd5c2ac

Please sign in to comment.