Skip to content

Commit

Permalink
bump: version 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Mar 25, 2020
1 parent ec63cab commit af73a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubetest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""kubetest -- a Kubernetes integration test framework in Python."""

__title__ = 'kubetest'
__version__ = '0.6.3'
__version__ = '0.6.4'
__description__ = 'A Kubernetes integration test framework in Python.'
__author__ = 'Vapor IO'
__author_email__ = 'vapor@vapor.io'
Expand Down

0 comments on commit af73a9d

Please sign in to comment.