diff --git a/README.md b/README.md index 057a632521..46a22bb17e 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ English | [įŽ€äŊ“中文](/README_zh-CN.md) - Support lightweight model MobileOne TSN/TSM - Support video retrieval dataset MSVD - Support SlowOnly K700 feature to train localization models -- Support Video and Audio Demos +- Support Video and Audio Demos ## 📖 Introduction [🔝](#-table-of-contents) diff --git a/mmaction/version.py b/mmaction/version.py index acae488d8a..94905dc04e 100644 --- a/mmaction/version.py +++ b/mmaction/version.py @@ -1,6 +1,6 @@ # Copyright (c) Open-MMLab. All rights reserved. -__version__ = '1.1.0' +__version__ = '1.2.0' def parse_version_info(version_str: str):