chore(sdk): bump kfp version to 2.0.0b0 (#7952)
This commit is contained in:
parent
f877a1ffc8
commit
42600a796d
|
@ -12,6 +12,21 @@
|
|||
|
||||
## Bug Fixes and Other Changes
|
||||
|
||||
## Documentation Updates
|
||||
# Current Version (2.0.0-beta.0)
|
||||
|
||||
## Major Features and Improvements
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
### For Pipeline Authors
|
||||
|
||||
### For Component Authors
|
||||
|
||||
## Deprecations
|
||||
|
||||
## Bug Fixes and Other Changes
|
||||
|
||||
## Documentation Updates
|
||||
|
||||
# 2.0.0-alpha.5
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
# https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
|
||||
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
||||
|
||||
__version__ = '2.0.0-alpha.5'
|
||||
__version__ = '2.0.0-beta.0'
|
||||
|
||||
TYPE_CHECK = True
|
||||
|
||||
|
|
Loading…
Reference in New Issue