This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1717from ._client import TektonClient # noqa F401
1818from .k8s_client_helper import env_from_secret # noqa F401
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments