Skip to content

Commit

Permalink
chore(sdk): Release KFP SDK 1.8.8 (#6854)
Browse files Browse the repository at this point in the history
  • Loading branch information
chensun authored Nov 3, 2021
1 parent 376191e commit 6d7c1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/kfp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
__path__ = __import__("pkgutil").extend_path(__path__, __name__)

__version__ = '1.8.7'
__version__ = '1.8.8'

from . import components
from . import containers
Expand Down

0 comments on commit 6d7c1ac

Please sign in to comment.