Skip to content

Commit ba3af9f

Browse files
committed
v0.7.2 [publish]
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
1 parent 8cece14 commit ba3af9f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.7.2 - 2022-12-27]
5+
## [0.7.2 - 2022-12-28]
66

77
### Fixed
88

examples/as_app/talk_bot_ai/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nc_py_api[app]>=0.5.0
1+
nc_py_api[app]>=0.7.0
22
transformers>=4.33
33
torch
44
torchvision

examples/as_app/to_gif/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nc_py_api[app]>=0.5.0
1+
nc_py_api[app]>=0.7.0
22
pygifsicle
33
imageio
44
opencv-python

nc_py_api/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of nc_py_api."""
22

3-
__version__ = "0.7.2.dev0"
3+
__version__ = "0.7.2"

0 commit comments

Comments
 (0)