Skip to content

Commit

Permalink
bumpver
Browse files Browse the repository at this point in the history
  • Loading branch information
EvangMM committed Sep 18, 2024
1 parent 21ae2ba commit fc051d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/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-core"
version = "0.7.0b12"
version = "0.7.0b13"
description = "Python SDK for DHCore core layer"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -67,7 +67,7 @@ line-length = 120
convention = "numpy"

[tool.bumpver]
current_version = "0.7.0b12"
current_version = "0.7.0b13"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = false
Expand Down
4 changes: 2 additions & 2 deletions data/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-data"
version = "0.7.0b8"
version = "0.7.0b9"
description = "Python SDK for DHCore data layer"
readme = "README.md"
authors = [
Expand All @@ -31,7 +31,7 @@ pandas = [
exclude = ["modules*"]

[tool.bumpver]
current_version = "0.7.0b8"
current_version = "0.7.0b9"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = false
Expand Down
4 changes: 2 additions & 2 deletions ml/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-ml"
version = "0.7.0b5"
version = "0.7.0b6"
description = "Python SDK for DHCore ml layer"
readme = "README.md"
authors = [
Expand All @@ -31,7 +31,7 @@ mlflow = [
exclude = ["modules*"]

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

0 comments on commit fc051d8

Please sign in to comment.