Skip to content

Commit 8514f77

Browse files
committed
bump version 0.1.6 -> 0.1.7
Signed-off-by: mimir-d <[email protected]>
1 parent 1051519 commit 8514f77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ocptv"
7-
version = "0.1.6"
7+
version = "0.1.7"
88
description = "OCP Test & Validation project api"
99
readme = "README.md"
1010
authors = [{ name = "OCP Test & Validation", email = "[email protected]" }]
@@ -33,7 +33,7 @@ dev = ["black", "bumpver", "isort", "pip-tools", "pytest", "pytest-cov", "mypy"]
3333
"Source" = "https://github.com/opencomputeproject/ocp-diag-python"
3434

3535
[tool.bumpver]
36-
current_version = "0.1.6"
36+
current_version = "0.1.7"
3737
version_pattern = "MAJOR.MINOR.PATCH"
3838
commit_message = "bump version {old_version} -> {new_version}"
3939
commit = true
@@ -61,7 +61,7 @@ profile = "black"
6161

6262
[tool.poetry]
6363
name = "ocptv"
64-
version = "0.1.6"
64+
version = "0.1.7"
6565
description = "OCP Test & Validation project api"
6666
authors = ["OCP Test & Validation <[email protected]>"]
6767

src/ocptv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
The OCP Test & Validation python api for the output of spec compliant JSON.
33
"""
44

5-
__version__ = "0.1.6"
5+
__version__ = "0.1.7"
66
__author__ = "OCP Test & Validation"

0 commit comments

Comments
 (0)