From 9d92c3afcc2e195a16c72274b1759cb889c66263 Mon Sep 17 00:00:00 2001 From: Henning Jacobs Date: Fri, 8 May 2020 18:18:57 +0200 Subject: [PATCH] v20.5.0 --- pykube/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pykube/__init__.py b/pykube/__init__.py index e81cc2f..500aa13 100644 --- a/pykube/__init__.py +++ b/pykube/__init__.py @@ -2,7 +2,7 @@ Python client for Kubernetes """ -__version__ = "20.4.1" +__version__ = "20.5.0" from .config import KubeConfig # noqa: F401 from .exceptions import KubernetesError, PyKubeError, ObjectDoesNotExist # noqa: F401 diff --git a/pyproject.toml b/pyproject.toml index 395ec6d..26d7eea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "pykube-ng" -version = "20.4.1" +version = "20.5.0" description = "Python client library for Kubernetes" license = "Apache" classifiers = [