We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b97acd commit c1bad2fCopy full SHA for c1bad2f
.github/workflows/force-release.yml
@@ -68,12 +68,6 @@ jobs:
68
goarch: amd64
69
70
# 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
77
- os: macos-latest
78
python: '3.9'
79
python-cibuildwheels: '39'
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'
80
81
# do not change this line manually
82
# this is managed by proto/build-proto.sh and updated on every execution
0 commit comments