bump version to v1.3.8 (#1148)

This commit is contained in:
Zaida Zhou 2021-06-25 22:43:10 +08:00 committed by GitHub
parent 1b15f02220
commit db097bd1e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.
__version__ = '1.3.7'
__version__ = '1.3.8'
def parse_version_info(version_str: str) -> tuple: