From 68a2596fe3b732e68caf4de45879ecea6ceb8231 Mon Sep 17 00:00:00 2001 From: jianliang00 Date: Tue, 10 Dec 2024 16:16:58 +0800 Subject: [PATCH] chore: upgrade version to 0.3.135 --- core/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/__version__.py b/core/__version__.py index 321db72..2a81f7f 100644 --- a/core/__version__.py +++ b/core/__version__.py @@ -2,6 +2,6 @@ # Licensed under the Apache License Version 2.0 that can be found in the # LICENSE file in the root directory of this source tree. -VERSION = (0, 3, 134) +VERSION = (0, 3, 135) __version__ = '.'.join(map(str, VERSION))