diff --git a/README.md b/README.md index 3bd0212..3de4204 100644 --- a/README.md +++ b/README.md @@ -215,8 +215,9 @@ Run `./lint.sh` to find linting errors using `ruff`, `pylint`, `flake8` and `myp # Releases + * 1.0.5: Adds webvtt format option. * 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.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 + * 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 8400c55..32cc079 100644 --- a/src/video_subtitles/__init__.py +++ b/src/video_subtitles/__init__.py @@ -1,3 +1,3 @@ """Init""" -__version__ = "1.0.4" +__version__ = "1.0.5"