From ef728123c6fb0c36346dc9740acb4603e66158cd Mon Sep 17 00:00:00 2001 From: zackees Date: Tue, 9 May 2023 20:19:43 -0700 Subject: [PATCH] bump to 1.0.4 --- README.md | 2 ++ src/video_subtitles/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44a4a41..3bd0212 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,8 @@ Run `./lint.sh` to find linting errors using `ruff`, `pylint`, `flake8` and `myp # Releases + * 1.0.4: Adds thread processor so that multiple files can be done one at a time. + * 1.0.3: Adds gui * 1.0.2: Fix bug * 1.0.1: Adds retry to translation step. Also alerts when the video is done. * 1.0.0: Initial release \ No newline at end of file diff --git a/src/video_subtitles/__init__.py b/src/video_subtitles/__init__.py index 8540d57..8400c55 100644 --- a/src/video_subtitles/__init__.py +++ b/src/video_subtitles/__init__.py @@ -1,3 +1,3 @@ """Init""" -__version__ = "1.0.3" +__version__ = "1.0.4"