Skip to content

Commit

Permalink
chore(release): bump kfp sdk version to 1.1.2 (#4870)
Browse files Browse the repository at this point in the history
  • Loading branch information
chensun authored Dec 4, 2020
1 parent a480782 commit dc5386e
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.1.2-rc.1'
__version__ = '1.1.2'

from . import components
from . import containers
Expand Down

0 comments on commit dc5386e

Please sign in to comment.