diff --git a/README.md b/README.md index 973a986c8..d3754e528 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Actions Status](https://github.com/wyattblue/auto-editor/workflows/build/badge.svg)](https://github.com/wyattblue/auto-editor/actions) - +

**Auto-Editor** is a command line application for automatically **editing video and audio** by analyzing where sections are silent and cutting them up. diff --git a/auto_editor/__init__.py b/auto_editor/__init__.py index 5080cc4ce..06378dfc4 100644 --- a/auto_editor/__init__.py +++ b/auto_editor/__init__.py @@ -1,3 +1,3 @@ '''__init__.py''' -__version__ = '21.10.1' +__version__ = '21.11.1' diff --git a/auto_editor/__main__.py b/auto_editor/__main__.py index 165997740..77f5fc730 100755 --- a/auto_editor/__main__.py +++ b/auto_editor/__main__.py @@ -7,7 +7,7 @@ import tempfile from shutil import rmtree -version = '21w11a dev' +version = '21w11a' def file_type(file: str) -> str: if(not os.path.isfile(file)):