From 626df92a56da4fc96a04829ee07aefb46f3568f0 Mon Sep 17 00:00:00 2001 From: Joan Martinez Date: Fri, 20 Dec 2024 12:58:18 +0100 Subject: [PATCH] chore: update ver --- jina/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jina/__init__.py b/jina/__init__.py index 5f9f636e47b64..99d88785b10c8 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.32.0' +__version__ = '3.33.0' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution