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"