Bump version to v1.7.1 ()

pull/2487/head v1.7.1
Zaida Zhou 2022-12-28 17:23:01 +08:00 committed by GitHub
parent 404124949a
commit 7a13f99578
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.7.0'
__version__ = '1.7.1'
def parse_version_info(version_str: str, length: int = 4) -> tuple: