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

Commit

Permalink
v19.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Sep 3, 2019
1 parent 8b630b3 commit e309e2b
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__ = '0.30'
__version__ = '19.9.0'

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

0 comments on commit e309e2b

Please sign in to comment.