Bump to v0.14.1 (#604)

This commit is contained in:
Jerry Jiarui XU 2021-06-16 21:49:56 -07:00 committed by GitHub
parent 0c5b026db1
commit 26032167e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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):