From 5aec79f8111448e796f8fc34d2ddf0921956448a Mon Sep 17 00:00:00 2001 From: Joshua Thorpe Date: Sat, 2 Oct 2021 15:23:17 +1000 Subject: [PATCH] Release 0.0.1 --- ffmpeg_gui/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg_gui/__init__.py b/ffmpeg_gui/__init__.py index 4c5b0a2..3ae7b6e 100644 --- a/ffmpeg_gui/__init__.py +++ b/ffmpeg_gui/__init__.py @@ -1,3 +1,3 @@ """FFMPEG-GUI """ -__version__ = '0.0.1.dev' +__version__ = '0.0.1'