Skip to content

Commit

Permalink
release(sdk): Bump KFP SDK version to 1.4.0 (kubeflow#5081)
Browse files Browse the repository at this point in the history
  • Loading branch information
chensun authored Feb 3, 2021
1 parent 628e970 commit abdcc2d
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.4.0-rc.1'
__version__ = '1.4.0'

from . import components
from . import containers
Expand Down

0 comments on commit abdcc2d

Please sign in to comment.