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

Commit c38e7ad

Browse files
committed
v20.4.0
1 parent efad2a8 commit c38e7ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pykube/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Python client for Kubernetes
33
"""
44

5-
__version__ = "20.1.0"
5+
__version__ = "20.4.0"
66

77
from .config import KubeConfig # noqa: F401
88
from .exceptions import KubernetesError, PyKubeError, ObjectDoesNotExist # noqa: F401

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "pykube-ng"
4-
version = "20.1.0"
4+
version = "20.4.0"
55
description = "Python client library for Kubernetes"
66
license = "Apache"
77
classifiers = [

0 commit comments

Comments
 (0)