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

Commit e309e2b

Browse files
committed
v19.9.0
1 parent 8b630b3 commit e309e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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__ = '0.30'
5+
__version__ = '19.9.0'
66

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

0 commit comments

Comments
 (0)