Skip to content

Commit c1bad2f

Browse files
committed
chore: update ver
1 parent 3b97acd commit c1bad2f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/force-release.yml

-6
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ jobs:
6868
goarch: amd64
6969

7070
# MacOS native
71-
- os: macos-latest
72-
python: '3.8'
73-
python-cibuildwheels: '38'
74-
platform_id: macosx_arm64
75-
arch: arm64
76-
goarch: arm64
7771
- os: macos-latest
7872
python: '3.9'
7973
python-cibuildwheels: '39'

jina/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def _ignore_google_warnings():
7676
# do not change this line manually this is managed by git tag and updated on every release
7777
# NOTE: this represents the NEXT release version
7878

79-
__version__ = '3.30.0'
79+
__version__ = '3.31.0'
8080

8181
# do not change this line manually
8282
# this is managed by proto/build-proto.sh and updated on every execution

0 commit comments

Comments
 (0)