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

Commit

Permalink
v20.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed May 8, 2020
1 parent abf1f85 commit 9d92c3a
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.1"
__version__ = "20.5.0"

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.1"
version = "20.5.0"
description = "Python client library for Kubernetes"
license = "Apache"
classifiers = [
Expand Down

0 comments on commit 9d92c3a

Please sign in to comment.