Unverified Commit 104aaa8b authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

Bump version to v2.0.0rc3 (#2447)

parent b852c1c4
# Copyright (c) OpenMMLab. All rights reserved.
__version__ = '2.0.0rc2'
__version__ = '2.0.0rc3'
def parse_version_info(version_str: str, length: int = 4) -> tuple:
......@@ -30,6 +30,6 @@ def parse_version_info(version_str: str, length: int = 4) -> tuple:
return tuple(release)
version_info = (2, 0, 0, 0, 'rc', 2)
version_info = (2, 0, 0, 0, 'rc', 3)
__all__ = ['__version__', 'version_info', 'parse_version_info']
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment