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

Commit

Permalink
v19.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Sep 4, 2019
1 parent 3efcdec commit a3f8115
Showing 1 changed file with 1 addition and 1 deletion.
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__ = '19.9.0'
__version__ = '19.9.1'

from .config import KubeConfig # noqa
from .exceptions import KubernetesError, PyKubeError, ObjectDoesNotExist # noqa
Expand Down

0 comments on commit a3f8115

Please sign in to comment.