Skip to content

Commit

Permalink
Bump Version to 0.19.0 (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymckormick authored Oct 7, 2021
1 parent 7d24eb3 commit c2725e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The master branch works with **PyTorch 1.3+**.

## Changelog

v0.18.0 was released in 02/09/2021. Please refer to [changelog.md](docs/changelog.md) for details and release history.
v0.19.0 was released in 07/10/2021. Please refer to [changelog.md](docs/changelog.md) for details and release history.

## Benchmark

Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ MMAction2 是一款基于 PyTorch 的视频理解开源工具箱,是 [OpenMMLa

## 更新记录

v0.18.0 版本已于 2021 年 92 日发布,可通过查阅 [更新日志](/docs/changelog.md) 了解更多细节以及发布历史
v0.19.0 版本已于 2021 年 107 日发布,可通过查阅 [更新日志](/docs/changelog.md) 了解更多细节以及发布历史

## 基准测试

Expand Down
2 changes: 1 addition & 1 deletion mmaction/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.

__version__ = '0.18.0'
__version__ = '0.19.0'


def parse_version_info(version_str):
Expand Down

0 comments on commit c2725e7

Please sign in to comment.