Skip to content

Commit

Permalink
bump: bumpver
Browse files Browse the repository at this point in the history
  • Loading branch information
EvangMM committed Dec 17, 2024
1 parent a481de2 commit 13d7fef
Showing 1 changed file with 2 additions and 2 deletions.
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 = "setuptools.build_meta"

[project]
name = "digitalhub-runtime-kfp"
version = "0.9.0b2"
version = "0.9.0"
description = "KFP runtime for DHCore"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -44,7 +44,7 @@ line-length = 120
convention = "numpy"

[tool.bumpver]
current_version = "0.9.0b2"
current_version = "0.9.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = false
Expand Down

0 comments on commit 13d7fef

Please sign in to comment.