From df8604223b19fa8b714479f89cb96ed2084ac8f6 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 27 Apr 2019 19:05:57 -0600 Subject: bump version number to 1.5 --- vidslice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vidslice.py b/vidslice.py index 6852ab9..6aa343a 100644 --- a/vidslice.py +++ b/vidslice.py @@ -9,7 +9,7 @@ from options import OptionsPanel from output import OutputPanel from sources import SourcesPanel, update_ytdl -VERSION = "1.4" +VERSION = "1.5" def check_update(parent): -- cgit v1.2.3