From e931e940992861679dc3446ad3137e54439bf999 Mon Sep 17 00:00:00 2001 From: "Nan Wang@Home.MBP" Date: Mon, 29 Mar 2021 20:43:18 +0800 Subject: [PATCH] chore: bump version to 1.1.0 --- jina/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jina/__init__.py b/jina/__init__.py index 7e4b5f44bcb0f..c427a9c630d2a 100644 --- a/jina/__init__.py +++ b/jina/__init__.py @@ -56,7 +56,7 @@ # 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__ = '1.0.17' +__version__ = '1.1.0' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution