From 6e84aad010982993f7a102e19260ebf97c45d57b Mon Sep 17 00:00:00 2001 From: Henning Jacobs Date: Thu, 2 Jul 2020 21:54:38 +0200 Subject: [PATCH] v20.7.1 --- 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 c96bb80..41985fa 100644 --- a/pykube/__init__.py +++ b/pykube/__init__.py @@ -2,7 +2,7 @@ Python client for Kubernetes """ -__version__ = "20.7.0" +__version__ = "20.7.1" from .config import KubeConfig # noqa: F401 from .exceptions import KubernetesError, PyKubeError, ObjectDoesNotExist # noqa: F401 diff --git a/pyproject.toml b/pyproject.toml index c953bfb..8e90a13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "pykube-ng" -version = "20.7.0" +version = "20.7.1" description = "Python client library for Kubernetes" license = "Apache" classifiers = [