bump version to v1.4.6 (#1738)

pull/1650/head^2 v1.4.6
Zaida Zhou 2022-02-22 19:34:20 +08:00 committed by GitHub
parent 3a3514a54d
commit 0a8e67f753
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.5'
__version__ = '1.4.6'
def parse_version_info(version_str: str, length: int = 4) -> tuple: