diff --git a/pyproject.toml b/pyproject.toml index 59c03fd4df..afb5acb8e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev-dependencies = [ "ipdb>=0.13.13", "ipython>=8.12.3" ] [project] requires-python = ">=3.9" name = "openshift-python-wrapper" -version = "11.0.11" +version = "11.0.12" description = "Wrapper around https://github.com/kubernetes-client/python" readme = "README.md" license = "Apache-2.0" diff --git a/uv.lock b/uv.lock index c0dd07bd0a..fe6d147a17 100644 --- a/uv.lock +++ b/uv.lock @@ -701,7 +701,7 @@ wheels = [ [[package]] name = "openshift-python-wrapper" -version = "11.0.11" +version = "11.0.12" source = { editable = "." } dependencies = [ { name = "click" },