~boringcactus/vidslice

df8604223b19fa8b714479f89cb96ed2084ac8f6 — Melody Horn 5 years ago 0b59239
bump version number to 1.5
1 files changed, 1 insertions(+), 1 deletions(-)

M vidslice.py
M vidslice.py => vidslice.py +1 -1
@@ 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):