bump version to v1.4.2 (#1609)

pull/1625/head v1.4.2
Zaida Zhou 2021-12-24 15:32:01 +08:00 committed by GitHub
parent d68119c1fe
commit e1d6ea8c87
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.4.1'
__version__ = '1.4.2'
def parse_version_info(version_str: str, length: int = 4) -> tuple: