From 77b5aefa5fa1fad9097e3ea6b307654b613212ee Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Mon, 24 May 2021 10:52:35 +0800 Subject: [PATCH] chore(mge/version): change dev version to 1.5 GitOrigin-RevId: 4058da1f983b079abe9b6410e5cc6572bcd1cb90 --- imperative/python/version_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imperative/python/version_template.py b/imperative/python/version_template.py index 8bb1b567..9852607f 100644 --- a/imperative/python/version_template.py +++ b/imperative/python/version_template.py @@ -6,5 +6,5 @@ # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -__version__ = "1.4.0.dev" +__version__ = "1.5.0.dev" -- GitLab