From e0fe52bf28f50d756f9a3291ece0afb8d0b10311 Mon Sep 17 00:00:00 2001 From: Meni Yakove Date: Tue, 22 Oct 2024 10:26:24 +0300 Subject: [PATCH] Release 10.0.100 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa1f8050db..945c8b2d8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dev-dependencies = [ "ipdb>=0.13.13", "ipython>=8.12.3" ] [project] requires-python = ">=3.8" name = "openshift-python-wrapper" -version = "10.0.99" +version = "10.0.100" description = "Wrapper around https://github.com/kubernetes-client/python" readme = "README.md" license = "Apache-2.0"