diff --git a/pykube/__init__.py b/pykube/__init__.py index 905cf42..e81cc2f 100644 --- a/pykube/__init__.py +++ b/pykube/__init__.py @@ -2,7 +2,7 @@ Python client for Kubernetes """ -__version__ = "20.4.0" +__version__ = "20.4.1" from .config import KubeConfig # noqa: F401 from .exceptions import KubernetesError, PyKubeError, ObjectDoesNotExist # noqa: F401 diff --git a/pyproject.toml b/pyproject.toml index dbeb803..395ec6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "pykube-ng" -version = "20.4.0" +version = "20.4.1" description = "Python client library for Kubernetes" license = "Apache" classifiers = [