bump version to v2.0.0rc0 (#2132)

pull/2156/head
Zaida Zhou 2022-07-19 23:19:05 +08:00 committed by GitHub
parent 521d0b0e6c
commit fb7959624e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Copyright (c) OpenMMLab. All rights reserved.
__version__ = '1.6.0'
__version__ = '2.0.0rc0'
def parse_version_info(version_str: str, length: int = 4) -> tuple: