From aae9ced8fc76eb3d523317a74d1437ff1504fc62 Mon Sep 17 00:00:00 2001 From: wvandeun Date: Mon, 19 Aug 2024 12:01:45 +0200 Subject: [PATCH] bump Python SDK to 0.12.4 --- poetry.lock | 2 +- python_sdk/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"