Skip to content

Commit 2f95c09

Browse files
authored
Updated the python SDK version to 0.1.29
1 parent 947a1bd commit 2f95c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from setuptools import setup
1616

1717
NAME = 'kfp'
18-
VERSION = '0.1.27'
18+
VERSION = '0.1.29'
1919

2020
REQUIRES = [
2121
'urllib3>=1.15,<1.25', #Fixing the version conflict with the "requests" package

0 commit comments

Comments
 (0)