Bump version to 2.2.0

pull/3087/head
HAOCHENYE 2024-04-16 16:57:05 +08:00
parent 780ffed9f3
commit a37f293e3f
1 changed files with 1 additions and 1 deletions

View File

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