Skip to content

Commit

Permalink
bump version to 0.6.0 (#680)
Browse files Browse the repository at this point in the history
* bump vertion to 0.6.0

* update version
  • Loading branch information
RunningLeon authored Jun 30, 2022
1 parent efd3995 commit 5195ff9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion mmdeploy/version.py
Original file line number Diff line number Diff line change
@@ -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__


Expand Down
2 changes: 1 addition & 1 deletion tools/package_tools/packaging/mmdeploy_python/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) OpenMMLab. All rights reserved.
__version__ = '0.5.0'
__version__ = '0.6.0'

0 comments on commit 5195ff9

Please sign in to comment.