Bump version to v1.3.5 (#1050)

pull/1060/head v1.3.5
Zaida Zhou 2021-05-25 22:50:53 +08:00 committed by GitHub
parent 4d42365ac2
commit e728608ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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