Bump to v0.14.1 (#604)

pull/1801/head
Jerry Jiarui XU 2021-06-16 21:49:56 -07:00 committed by GitHub
parent 9849a8dc23
commit 7d52bc0caa
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Changelog
v0.14.0 was released in 06/02/2021.
v0.14.1 was released in 06/16/2021.
Please refer to [changelog.md](docs/changelog.md) for details and release history.
## Benchmark and model zoo

View File

@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.
__version__ = '0.14.0'
__version__ = '0.14.1'
def parse_version_info(version_str):