From 9b5bd89775b5b863f5dbc424a10e274cc5347994 Mon Sep 17 00:00:00 2001 From: Joan Fontanals Date: Tue, 26 Sep 2023 17:33:45 +0200 Subject: [PATCH] chore: update to version 3.21.0 (#6059) --- jina/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jina/__init__.py b/jina/__init__.py index cdac58cc71912..9cce5e57e8744 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.20.4' +__version__ = '3.21.0' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution