diff --git a/poetry.lock b/poetry.lock index 4e05348646..fc03543a6e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1774,7 +1774,7 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs [[package]] name = "infrahub-sdk" -version = "0.12.2" +version = "0.12.4" description = "Python Client to interact with Infrahub" optional = false python-versions = "^3.9" diff --git a/python_sdk/pyproject.toml b/python_sdk/pyproject.toml index e379251868..ada2e44b46 100644 --- a/python_sdk/pyproject.toml +++ b/python_sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "0.12.3" +version = "0.12.4" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md"