Browse Source

chore(release): bump version

release-1.3
Megvii Engine Team 4 years ago
parent
commit
7995f8579b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      imperative/python/version_template.py
  2. +1
    -1
      src/core/include/megbrain/version.h

+ 1
- 1
imperative/python/version_template.py View File

@@ -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"


+ 1
- 1
src/core/include/megbrain/version.h View File

@@ -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


Loading…
Cancel
Save