From 3adc08ebcfe53b14e38f5305f59ba7f457945810 Mon Sep 17 00:00:00 2001 From: Joan Fontanals Date: Fri, 5 May 2023 08:33:20 +0200 Subject: [PATCH] chore: bump jina version (#5849) --- jina/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jina/__init__.py b/jina/__init__.py index 847c8f80628de..65ff8adb457f2 100644 --- a/jina/__init__.py +++ b/jina/__init__.py @@ -61,7 +61,7 @@ def _warning_on_one_line(message, category, filename, lineno, *args, **kwargs): # this is managed by git tag and updated on every release # NOTE: this represents the NEXT release version -__version__ = '3.15.1' +__version__ = '3.15.2' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution