Browse Source

chore(release): bump version

release-0.6
Megvii Engine Team 4 years ago
parent
commit
bb6030ff54
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      python_module/megengine/version.py
  2. +2
    -2
      src/core/include/megbrain/version.h

+ 1
- 1
python_module/megengine/version.py View File

@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.6.0"

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

@@ -12,8 +12,8 @@
#pragma once

#define MGB_MAJOR 8
#define MGB_MINOR 4
#define MGB_PATCH 1
#define MGB_MINOR 6
#define MGB_PATCH 0
//! whether it is development version
#ifndef MGB_IS_DEV
#define MGB_IS_DEV 0


Loading…
Cancel
Save