update version to v0.2.11 (#98)

pull/102/head v0.2.11
Kai Chen 2019-07-31 02:33:58 +08:00 committed by GitHub
parent 5b72bd4baf
commit 5f8fb7d463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -47,4 +47,4 @@ or install from source
git clone https://github.com/open-mmlab/mmcv.git
cd mmcv
pip install . # (add "-e" if you want to develop or modify the codes)
pip install -e .

View File

@ -1 +1 @@
__version__ = '0.2.10'
__version__ = '0.2.11'