add missing 0.7 (#188)

This commit is contained in:
Jerry Jiarui XU 2020-10-11 18:08:40 +08:00 committed by GitHub
parent 28f52d9d3d
commit 5a76a715f1
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__ = '0.6.0'
__version__ = '0.7.0'
def parse_version_info(version_str):