bump version to v1.2.2 (#714)

* bump version to 1.2.1

* update installation table in readme

* break new line

* del mmcv upper bound for old installation

* reminder on latest

* bump version to v1.2.2
pull/715/head v1.2.2
Y. Xiong 2020-12-14 22:35:11 +08:00 committed by GitHub
parent 02920db2cc
commit e30dc4f88a
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.2.1'
__version__ = '1.2.2'
def parse_version_info(version_str):