From ac84e4d6dde04da19c6ee9799a0d50e460f6243c Mon Sep 17 00:00:00 2001 From: Joan Martinez Date: Fri, 20 Dec 2024 10:14:36 +0100 Subject: [PATCH] chore: update ver --- .github/workflows/force-release.yml | 9 --------- jina/__init__.py | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/force-release.yml b/.github/workflows/force-release.yml index 02214c1daf4d5..114205371faee 100644 --- a/.github/workflows/force-release.yml +++ b/.github/workflows/force-release.yml @@ -34,9 +34,6 @@ jobs: matrix: include: # linux - - os: ubuntu-latest - python: '3.8' - python-manylinux-tag: "cp38-cp38" - os: ubuntu-latest python: '3.9' python-manylinux-tag: "cp39-cp39" @@ -68,12 +65,6 @@ jobs: goarch: amd64 # MacOS native - - os: macos-latest - python: '3.8' - python-cibuildwheels: '38' - platform_id: macosx_arm64 - arch: arm64 - goarch: arm64 - os: macos-latest python: '3.9' python-cibuildwheels: '39' diff --git a/jina/__init__.py b/jina/__init__.py index 8bde5e40d8e4b..bee149884a854 100644 --- a/jina/__init__.py +++ b/jina/__init__.py @@ -76,7 +76,7 @@ def _ignore_google_warnings(): # do not change this line manually this is managed by git tag and updated on every release # NOTE: this represents the NEXT release version -__version__ = '3.30.0' +__version__ = '3.31.0' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution