From c2daea3cbadee0f334fdae8c0daa2d191783d19c Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Sun, 18 Jul 2021 16:39:40 +0800 Subject: [PATCH] chore(release): bump version GitOrigin-RevId: a016ea9d564a32adecaf6a80bc01a8ddb95d88db --- 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 9852607fd..e5d40075a 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.5.0.dev" +__version__ = "1.6.0.dev" -- GitLab