Skip to content

Commit

Permalink
0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
EvangMM committed Sep 18, 2024
1 parent 33ddd4f commit 55b27f7
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions ai/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-ai"
version = "0.7.0b0"
version = "0.7.0"
description = "Python SDK for DHCore ai layer"
readme = "README.md"
authors = [
Expand All @@ -27,7 +27,7 @@ dependencies = [
exclude = ["modules*"]

[tool.bumpver]
current_version = "0.7.0b0"
current_version = "0.7.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = false
Expand Down
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.0b15"
version = "0.7.0"
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.0b15"
current_version = "0.7.0"
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.0b9"
version = "0.7.0"
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.0b9"
current_version = "0.7.0"
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.0b6"
version = "0.7.0"
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.0b6"
current_version = "0.7.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = false
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 = "setuptools.build_meta"

[project]
name = "digitalhub"
version = "0.7.0b2"
version = "0.7.0"
description = "Python SDK for Digitalhub"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -55,7 +55,7 @@ line-length = 120
convention = "numpy"

[tool.bumpver]
current_version = "0.7.0b2"
current_version = "0.7.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = false
Expand Down
4 changes: 2 additions & 2 deletions runtimes/container/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-container"
version = "0.7.0b3"
version = "0.7.0"
description = "Container runtime for DHCore"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -39,7 +39,7 @@ line-length = 120
convention = "numpy"

[tool.bumpver]
current_version = "0.7.0b3"
current_version = "0.7.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = false
Expand Down
4 changes: 2 additions & 2 deletions runtimes/dbt/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-dbt"
version = "0.7.0b4"
version = "0.7.0"
description = "Dbt runtime for DHCore"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -46,7 +46,7 @@ line-length = 120
convention = "numpy"

[tool.bumpver]
current_version = "0.7.0b4"
current_version = "0.7.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = false
Expand Down
4 changes: 2 additions & 2 deletions runtimes/kfp/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.7.0b4"
version = "0.7.0"
description = "KFP runtime for DHCore"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -45,7 +45,7 @@ line-length = 120
convention = "numpy"

[tool.bumpver]
current_version = "0.7.0b4"
current_version = "0.7.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = false
Expand Down
4 changes: 2 additions & 2 deletions runtimes/modelserve/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-modelserve"
version = "0.7.0b7"
version = "0.7.0"
description = "ML Model serving runtime for DHCore"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -50,7 +50,7 @@ line-length = 120
convention = "numpy"

[tool.bumpver]
current_version = "0.7.0b7"
current_version = "0.7.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = false
Expand Down
4 changes: 2 additions & 2 deletions runtimes/python/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-python"
version = "0.7.0b5"
version = "0.7.0"
description = "Python runtime for DHCore"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -39,7 +39,7 @@ line-length = 120
convention = "numpy"

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

0 comments on commit 55b27f7

Please sign in to comment.