[Fix] update version (#20)

This commit is contained in:
liukuikun
2023-08-22 11:30:51 +08:00
committed by GitHub
parent 3880369ce1
commit 4ba6166544

View File

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