aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2019-04-27 19:05:57 -0600
committerMelody Horn <melody@boringcactus.com>2019-04-27 19:05:57 -0600
commitdf8604223b19fa8b714479f89cb96ed2084ac8f6 (patch)
tree87624fcd39514bca0a7498b62ae0d271ca38a552
parent0b59239f6acdfa79cca1c0a21d6a41128a869d8f (diff)
downloadvidslice-df8604223b19fa8b714479f89cb96ed2084ac8f6.tar.gz
vidslice-df8604223b19fa8b714479f89cb96ed2084ac8f6.zip
bump version number to 1.5
-rw-r--r--vidslice.py2
1 files changed, 1 insertions, 1 deletions
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):