From e2b2aaa22357578d430a1d5ac182de836613fe72 Mon Sep 17 00:00:00 2001 From: Joan Martinez Date: Mon, 11 Mar 2024 10:38:53 +0100 Subject: [PATCH] chore: upgrade version to 3.24.0 --- jina/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jina/__init__.py b/jina/__init__.py index 152c50dd70fe7..21dd62e20705f 100644 --- a/jina/__init__.py +++ b/jina/__init__.py @@ -77,7 +77,7 @@ def _ignore_google_warnings(): # this is managed by git tag and updated on every release # NOTE: this represents the NEXT release version -__version__ = '3.23.6' +__version__ = '3.24.0' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution