From 2ee224222c757790e62078dfb1517b664edb205d Mon Sep 17 00:00:00 2001 From: zackees Date: Tue, 9 May 2023 22:23:14 -0700 Subject: [PATCH] bump to 1.0.6 --- README.md | 1 + src/video_subtitles/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd3339a..7e59f6a 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Run `./lint.sh` to find linting errors using `ruff`, `pylint`, `flake8` and `myp # Releases + * 1.0.6: Adds gui language help for language codes. * 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. diff --git a/src/video_subtitles/__init__.py b/src/video_subtitles/__init__.py index 32cc079..43d34af 100644 --- a/src/video_subtitles/__init__.py +++ b/src/video_subtitles/__init__.py @@ -1,3 +1,3 @@ """Init""" -__version__ = "1.0.5" +__version__ = "1.0.6"