From 93139c3ae90ff33b6aec4b3d99d4360faff0c461 Mon Sep 17 00:00:00 2001 From: Joan Martinez Date: Thu, 18 Jul 2024 18:44:57 +0200 Subject: [PATCH] chore: upgrade ver --- jina/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jina/__init__.py b/jina/__init__.py index cbd235c3d7536..fed81c7c195e7 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.26.1' +__version__ = '3.27.0' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution