From c1b7a2177f4ddd5d22788765ab9ee5ac6b7e9956 Mon Sep 17 00:00:00 2001 From: Meni Yakove Date: Wed, 16 Oct 2024 12:04:55 +0300 Subject: [PATCH] Release 10.0.99 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1a3620c1..fa1f8050d 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.98" +version = "10.0.99" description = "Wrapper around https://github.com/kubernetes-client/python" readme = "README.md" license = "Apache-2.0"