Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/development'
Browse files Browse the repository at this point in the history
  • Loading branch information
gshatz committed Jul 14, 2019
2 parents 81edce8 + 6fd1a73 commit 2463932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v3io_gputils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.4'
__version__ = '0.0.5'
4 changes: 2 additions & 2 deletions v3io_gputils/mpijob.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from kubernetes.client.rest import ApiException

_mpijob_template = {
'apiVersion': 'kubeflow.org/v1alpha2',
'apiVersion': 'kubeflow.org/v1alpha1',
'kind': 'MPIJob',
'metadata': {
'name': '',
Expand Down Expand Up @@ -52,7 +52,7 @@ class MpiJob:
"""
group = 'kubeflow.org'
version = 'v1alpha2'
version = 'v1alpha1'
plural = 'mpijobs'

def __init__(self, name, image=None, command=None,
Expand Down

0 comments on commit 2463932

Please sign in to comment.