Skip to content

Commit

Permalink
bump version 0.1.5 -> 0.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: mimir-d <[email protected]>
  • Loading branch information
mimir-d committed May 4, 2023
1 parent f2d3247 commit 4671c0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 = "ocptv"
version = "0.1.4"
version = "0.1.6"
description = "OCP Test & Validation project api"
readme = "README.md"
authors = [{ name = "OCP Test & Validation", email = "[email protected]" }]
Expand Down Expand Up @@ -33,7 +33,7 @@ dev = ["black", "bumpver", "isort", "pip-tools", "pytest", "pytest-cov", "mypy"]
"Source" = "https://github.com/opencomputeproject/ocp-diag-python"

[tool.bumpver]
current_version = "0.1.4"
current_version = "0.1.6"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand All @@ -45,7 +45,7 @@ push = false
'current_version = "{version}"',
'version = "{version}"',
]
"ocptv/__init__.py" = [
"src/ocptv/__init__.py" = [
"{version}"
]

Expand All @@ -61,6 +61,6 @@ profile = "black"

[tool.poetry]
name = "ocptv"
version = "0.1.4"
version = "0.1.6"
description = "OCP Test & Validation project api"
authors = ["OCP Test & Validation <[email protected]>"]
2 changes: 1 addition & 1 deletion src/ocptv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
The OCP Test & Validation python api for the output of spec compliant JSON.
"""
__version__ = "0.1.4"
__version__ = "0.1.6"
__author__ = "OCP Test & Validation"

0 comments on commit 4671c0f

Please sign in to comment.