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 = [