From 7995f8579b6da98cbe28596803f6aabd562d90fe Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Wed, 14 Apr 2021 15:30:41 +0800 Subject: [PATCH] chore(release): bump version --- imperative/python/version_template.py | 2 +- src/core/include/megbrain/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imperative/python/version_template.py b/imperative/python/version_template.py index ae0d47bbb..4fcdd2bd8 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.3.0" +__version__ = "1.3.1" diff --git a/src/core/include/megbrain/version.h b/src/core/include/megbrain/version.h index 71b99116c..41f07a946 100644 --- a/src/core/include/megbrain/version.h +++ b/src/core/include/megbrain/version.h @@ -13,7 +13,7 @@ #define MGB_MAJOR 8 #define MGB_MINOR 10 -#define MGB_PATCH 0 +#define MGB_PATCH 1 //! whether it is development version #ifndef MGB_IS_DEV #define MGB_IS_DEV 0 -- GitLab