Skip to content

Commit

Permalink
chore(release): Add sdk 1.9.2 release (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli authored Dec 26, 2023
1 parent cab410f commit 9d36c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/python/kfp_tekton/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '1.9.1'
__version__ = '1.9.2'

from ._client import TektonClient # noqa F401
from .k8s_client_helper import env_from_secret # noqa F401
5 changes: 3 additions & 2 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
#
# To create a distribution for PyPi run:
#
# $ export KFP_TEKTON_VERSION=1.9.1-rc1
# $ export KFP_TEKTON_VERSION=1.9.2-rc1
# $ python3 setup.py sdist
# $ twine check dist/kfp-tekton-${KFP_TEKTON_VERSION/-rc/rc}.tar.gz
# $ twine upload --repository pypi dist/kfp-tekton-${KFP_TEKTON_VERSION/-rc/rc}.tar.gz
#
# ... or:
#
# $ make distribution KFP_TEKTON_VERSION=1.9.1-rc1
# $ make distribution KFP_TEKTON_VERSION=1.9.2-rc1
#
# =============================================================================

Expand Down Expand Up @@ -186,6 +186,7 @@ def get_long_description() -> str:
packages=[
'kfp_tekton',
'kfp_tekton.compiler',
'kfp_tekton.cli',
],
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit 9d36c8c

Please sign in to comment.