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

Commit a3f8115

Browse files
committed
v19.9.1
1 parent 3efcdec commit a3f8115

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

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

0 commit comments

Comments
 (0)