bump version to 0.6.0 (#680)

* bump vertion to 0.6.0

* update version
pull/692/head v0.6.0
RunningLeon 2022-06-30 16:43:44 +08:00 committed by GitHub
parent efd39953d7
commit 5195ff9388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ endif ()
message(STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}")
cmake_minimum_required(VERSION 3.14)
project(MMDeploy VERSION 0.5.0)
project(MMDeploy VERSION 0.6.0)
set(CMAKE_CXX_STANDARD 17)

View File

@ -1,7 +1,7 @@
# Copyright (c) OpenMMLab. All rights reserved.
from typing import Tuple
__version__ = '0.5.0'
__version__ = '0.6.0'
short_version = __version__

View File

@ -1,2 +1,2 @@
# Copyright (c) OpenMMLab. All rights reserved.
__version__ = '0.5.0'
__version__ = '0.6.0'