diff --git a/pykube/__init__.py b/pykube/__init__.py index 41985fa..3b85458 100644 --- a/pykube/__init__.py +++ b/pykube/__init__.py @@ -2,7 +2,7 @@ Python client for Kubernetes """ -__version__ = "20.7.1" +__version__ = "20.7.2" from .config import KubeConfig # noqa: F401 from .exceptions import KubernetesError, PyKubeError, ObjectDoesNotExist # noqa: F401 diff --git a/pyproject.toml b/pyproject.toml index 8e90a13..4950bd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "pykube-ng" -version = "20.7.1" +version = "20.7.2" description = "Python client library for Kubernetes" license = "Apache" classifiers = [