From ba3af9f06ca82d86d0657eee28e409806637c3af Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Thu, 28 Dec 2023 19:52:21 +0300 Subject: [PATCH] v0.7.2 [publish] Signed-off-by: Alexander Piskun --- CHANGELOG.md | 2 +- examples/as_app/talk_bot_ai/requirements.txt | 2 +- examples/as_app/to_gif/requirements.txt | 2 +- nc_py_api/_version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0dec7ef..716927f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.7.2 - 2022-12-27] +## [0.7.2 - 2022-12-28] ### Fixed diff --git a/examples/as_app/talk_bot_ai/requirements.txt b/examples/as_app/talk_bot_ai/requirements.txt index fd76fdda..008db652 100644 --- a/examples/as_app/talk_bot_ai/requirements.txt +++ b/examples/as_app/talk_bot_ai/requirements.txt @@ -1,4 +1,4 @@ -nc_py_api[app]>=0.5.0 +nc_py_api[app]>=0.7.0 transformers>=4.33 torch torchvision diff --git a/examples/as_app/to_gif/requirements.txt b/examples/as_app/to_gif/requirements.txt index c695ed94..c9b755b7 100644 --- a/examples/as_app/to_gif/requirements.txt +++ b/examples/as_app/to_gif/requirements.txt @@ -1,4 +1,4 @@ -nc_py_api[app]>=0.5.0 +nc_py_api[app]>=0.7.0 pygifsicle imageio opencv-python diff --git a/nc_py_api/_version.py b/nc_py_api/_version.py index 4c5728bd..94cb9adc 100644 --- a/nc_py_api/_version.py +++ b/nc_py_api/_version.py @@ -1,3 +1,3 @@ """Version of nc_py_api.""" -__version__ = "0.7.2.dev0" +__version__ = "0.7.2"