File tree 3 files changed +9
-9
lines changed
components/gcp/container/component_sdk/python
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
from setuptools import setup
16
16
17
17
PACKAGE_NAME = 'kfp-component'
18
- VERSION = '0.1.31 '
18
+ VERSION = '0.1.32 '
19
19
20
20
setup (
21
21
name = PACKAGE_NAME ,
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ bases:
10
10
11
11
images :
12
12
- name : gcr.io/ml-pipeline/api-server
13
- newTag : 0.1.31
13
+ newTag : 0.1.32
14
14
- name : gcr.io/ml-pipeline/persistenceagent
15
- newTag : 0.1.31
15
+ newTag : 0.1.32
16
16
- name : gcr.io/ml-pipeline/scheduledworkflow
17
- newTag : 0.1.31
17
+ newTag : 0.1.32
18
18
- name : gcr.io/ml-pipeline/frontend
19
- newTag : 0.1.31
19
+ newTag : 0.1.32
20
20
- name : gcr.io/ml-pipeline/viewer-crd-controller
21
- newTag : 0.1.31
21
+ newTag : 0.1.32
22
22
- name : gcr.io/ml-pipeline/inverse-proxy-agent
23
- newTag : 0.1.31
23
+ newTag : 0.1.32
24
24
- name : gcr.io/ml-pipeline/visualization-server
25
- newTag : 0.1.31
25
+ newTag : 0.1.32
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- __version__ = '0.1.31.2 '
16
+ __version__ = '0.1.32 '
17
17
18
18
from . import components
19
19
from . import containers
You can’t perform that action at this time.
0 commit comments