diff --git a/README.md b/README.md index 96426319..73df5bc8 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ EasyCV is an all-in-one computer vision toolbox based on PyTorch, mainly focuses ## What's New +[🔥 2023.05.09] + +* 09/05/2023 EasyCV v0.11.0 was released. +- Support EasyCV as a plug-in for [modelscope](https://github.com/modelscope/modelscope. + [🔥 2023.03.06] * 06/03/2023 EasyCV v0.10.0 was released. diff --git a/README_zh-CN.md b/README_zh-CN.md index 749174e8..405fd3fd 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -45,6 +45,11 @@ EasyCV是一个涵盖多个领域的基于Pytorch的计算机视觉工具箱, ## 最新进展 +[🔥 2023.05.09] + +* 09/05/2023 EasyCV v0.11.0 was released. +- 支持EasyCV作为[modelscope](https://github.com/modelscope/modelscope)插件接入模型. + [🔥 2023.03.06] * 06/03/2023 EasyCV v0.10.0 was released. diff --git a/docs/source/change_log.md b/docs/source/change_log.md index e372afac..57604cfc 100644 --- a/docs/source/change_log.md +++ b/docs/source/change_log.md @@ -1,3 +1,8 @@ +# v 0.11.0 (09/05/2023) + +## Highlights +- Support EasyCV as a plug-in for [modelscope](https://github.com/modelscope/modelscope. + # v 0.10.0 (06/03/2023) ## Highlights diff --git a/easycv/version.py b/easycv/version.py index ac62e2ba..51bfbb79 100644 --- a/easycv/version.py +++ b/easycv/version.py @@ -2,5 +2,5 @@ # GENERATED VERSION FILE # TIME: Thu Nov 5 14:17:50 2020 -__version__ = '0.10.0' -short_version = '0.10.0' +__version__ = '0.11.0' +short_version = '0.11.0'