[Version] v0.1.3 (#110)

update version
This commit is contained in:
liukuikun
2024-01-30 11:32:56 +08:00
committed by GitHub
parent c89729620f
commit 85b91cc652

View File

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