Skip to content

Commit

Permalink
fix mini problem and release new pypi pkg (kubeflow#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchihe authored and k8s-ci-robot committed Nov 4, 2019
1 parent 63e7324 commit 31ab0d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/kfserving/kfserving/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
from .models.v1alpha2_explainer_spec import V1alpha2ExplainerSpec
from .models.v1alpha2_py_torch_spec import V1alpha2PyTorchSpec
from .models.v1alpha2_sk_learn_spec import V1alpha2SKLearnSpec
from .models.v1alpha2_onnx_spec import V1alpha2ONNXSpec
from .models.v1alpha2_status_configuration_spec import V1alpha2StatusConfigurationSpec
from .models.v1alpha2_tensor_rt_spec import V1alpha2TensorRTSpec
from .models.v1alpha2_tensorflow_spec import V1alpha2TensorflowSpec
Expand Down
2 changes: 1 addition & 1 deletion python/kfserving/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setuptools.setup(
name='kfserving',
version='0.2.1',
version='0.2.4',
author="Kubeflow Authors",
author_email='ellisbigelow@google.com, hejinchi@cn.ibm.com',
license="Apache License Version 2.0",
Expand Down

0 comments on commit 31ab0d6

Please sign in to comment.