Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
v20.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Apr 1, 2020
1 parent 949c4b1 commit 742d63c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pykube/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit 742d63c

Please sign in to comment.