We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947a1bd commit 2f95c09Copy full SHA for 2f95c09
sdk/python/setup.py
@@ -15,7 +15,7 @@
15
from setuptools import setup
16
17
NAME = 'kfp'
18
-VERSION = '0.1.27'
+VERSION = '0.1.29'
19
20
REQUIRES = [
21
'urllib3>=1.15,<1.25', #Fixing the version conflict with the "requests" package
0 commit comments