From 6c78199b4e5c9b645dc295a9f8badef120b664f5 Mon Sep 17 00:00:00 2001 From: WyattBlue <57511737+WyattBlue@users.noreply.github.com> Date: Sat, 15 May 2021 15:32:49 -0500 Subject: [PATCH] version bump --- README.md | 2 +- auto_editor/__init__.py | 2 +- auto_editor/__main__.py | 2 +- resources/version.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c745eb755..21b6a3b73 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 04883474d..79b7a12af 100644 --- a/auto_editor/__init__.py +++ b/auto_editor/__init__.py @@ -1,3 +1,3 @@ '''__init__.py''' -__version__ = '21.19.1' +__version__ = '21.19.2' diff --git a/auto_editor/__main__.py b/auto_editor/__main__.py index 3c9e62798..e26b5c8cf 100755 --- a/auto_editor/__main__.py +++ b/auto_editor/__main__.py @@ -7,7 +7,7 @@ import tempfile from shutil import rmtree -version = '21w19a' +version = '21w19b' def error(message): print('Error!', message, file=sys.stderr) diff --git a/resources/version.txt b/resources/version.txt index 73f7ac2ac..664b5b1d6 100644 --- a/resources/version.txt +++ b/resources/version.txt @@ -1 +1 @@ -21w19a +21w19b