From f76812454876249c2f44c7f60fdcd466aa153300 Mon Sep 17 00:00:00 2001 From: Meni Yakove Date: Thu, 31 Oct 2024 08:51:34 +0200 Subject: [PATCH] Release 10.0.102 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 184e91e99b..bd721dfdff 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.101" +version = "10.0.102" description = "Wrapper around https://github.com/kubernetes-client/python" readme = "README.md" license = "Apache-2.0"