From a9f9740af4ea39a13ef691acef7829df8ad41d67 Mon Sep 17 00:00:00 2001 From: wvandeun Date: Tue, 7 Oct 2025 14:06:06 +0200 Subject: [PATCH] bump version to v1.15.0b0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14be90a8..4d56d141 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "1.14.0" +version = "1.15.0b0" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md"