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

Commit

Permalink
v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Jun 7, 2019
1 parent aaa9e07 commit 1af2b3b
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.21'
__version__ = '0.22'

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

0 comments on commit 1af2b3b

Please sign in to comment.