Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 9d36c8c

Browse files
authored
chore(release): Add sdk 1.9.2 release (#1441)
1 parent cab410f commit 9d36c8c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

sdk/python/kfp_tekton/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '1.9.1'
15+
__version__ = '1.9.2'
1616

1717
from ._client import TektonClient # noqa F401
1818
from .k8s_client_helper import env_from_secret # noqa F401

sdk/python/setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
#
2121
# To create a distribution for PyPi run:
2222
#
23-
# $ export KFP_TEKTON_VERSION=1.9.1-rc1
23+
# $ export KFP_TEKTON_VERSION=1.9.2-rc1
2424
# $ python3 setup.py sdist
2525
# $ twine check dist/kfp-tekton-${KFP_TEKTON_VERSION/-rc/rc}.tar.gz
2626
# $ twine upload --repository pypi dist/kfp-tekton-${KFP_TEKTON_VERSION/-rc/rc}.tar.gz
2727
#
2828
# ... or:
2929
#
30-
# $ make distribution KFP_TEKTON_VERSION=1.9.1-rc1
30+
# $ make distribution KFP_TEKTON_VERSION=1.9.2-rc1
3131
#
3232
# =============================================================================
3333

@@ -186,6 +186,7 @@ def get_long_description() -> str:
186186
packages=[
187187
'kfp_tekton',
188188
'kfp_tekton.compiler',
189+
'kfp_tekton.cli',
189190
],
190191
classifiers=[
191192
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)