diff --git a/components/gcp/container/component_sdk/python/setup.py b/components/gcp/container/component_sdk/python/setup.py index 6c52292a3cc..247bfeac088 100644 --- a/components/gcp/container/component_sdk/python/setup.py +++ b/components/gcp/container/component_sdk/python/setup.py @@ -15,7 +15,7 @@ from setuptools import setup PACKAGE_NAME = 'kfp-component' -VERSION = '0.1.34' +VERSION = '0.1.35' setup( name=PACKAGE_NAME, diff --git a/manifests/kustomize/base/kustomization.yaml b/manifests/kustomize/base/kustomization.yaml index 5a9fd35a6e7..f82c8a2c949 100644 --- a/manifests/kustomize/base/kustomization.yaml +++ b/manifests/kustomize/base/kustomization.yaml @@ -10,16 +10,16 @@ bases: images: - name: gcr.io/ml-pipeline/api-server - newTag: 0.1.34 + newTag: 0.1.35 - name: gcr.io/ml-pipeline/persistenceagent - newTag: 0.1.34 + newTag: 0.1.35 - name: gcr.io/ml-pipeline/scheduledworkflow - newTag: 0.1.34 + newTag: 0.1.35 - name: gcr.io/ml-pipeline/frontend - newTag: 0.1.34 + newTag: 0.1.35 - name: gcr.io/ml-pipeline/viewer-crd-controller - newTag: 0.1.34 + newTag: 0.1.35 - name: gcr.io/ml-pipeline/inverse-proxy-agent - newTag: 0.1.34 + newTag: 0.1.35 - name: gcr.io/ml-pipeline/visualization-server - newTag: 0.1.34 + newTag: 0.1.35 diff --git a/sdk/python/kfp/__init__.py b/sdk/python/kfp/__init__.py index ba839eee85d..f8cf48ec15c 100644 --- a/sdk/python/kfp/__init__.py +++ b/sdk/python/kfp/__init__.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.1.34' +__version__ = '0.1.35' from . import components from . import containers