Skip to content

Commit

Permalink
update version (#3694)
Browse files Browse the repository at this point in the history
  • Loading branch information
Renmin authored May 7, 2020
1 parent 9636e68 commit 9c16e12
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
spec:
descriptor:
type: Kubeflow Pipelines
version: '0.5.0'
version: '0.5.1'
description: |-
Reusable end-to-end ML workflow
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions manifests/gcp_marketplace/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
x-google-marketplace:
schemaVersion: v2
applicationApiVersion: v1beta1
publishedVersion: '0.5.0'
publishedVersion: '0.5.1'
publishedVersionMetadata:
releaseNote: >-
Based on 0.5.0 version.
Based on 0.5.1 version.
releaseTypes:
- Feature
recommended: false
Expand Down
4 changes: 2 additions & 2 deletions manifests/kustomize/base/params.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
appName=pipeline
appVersion=0.5.0
imageTag=0.5.0
appVersion=0.5.1
imageTag=0.5.1
imagePrefix=gcr.io/ml-pipeline
dbHost=mysql
dbPort=3306
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/kfp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.5.0'
__version__ = '0.5.1'

from . import components
from . import containers
Expand Down

0 comments on commit 9c16e12

Please sign in to comment.