Browse Source

chore(release): bump version

release-0.5
Xu Xinran 5 years ago
parent
commit
a601fda89f
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.5.1"

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

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


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


Loading…
Cancel
Save