[Version] Bump v0.2.1 (#139)

bump v0.2.1

Co-authored-by: wangzy <wangziyi@pjlab.org.cn>
This commit is contained in:
BraisedPork
2024-02-01 13:14:26 +08:00
committed by GitHub
parent 60244a253a
commit e20a768066

View File

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