~boringcactus/vidslice

93c9bc41742d682e8736cb61726a8c1e201e9cb4 — Melody Horn 2 years ago 41bbdb6
bump version number to 1.7
1 files changed, 1 insertions(+), 1 deletions(-)

M vidslice/__main__.py
M vidslice/__main__.py => vidslice/__main__.py +1 -1
@@ 11,7 11,7 @@ from output import OutputPanel
from preview import PreviewPanel
from sources import SourcesPanel, update_ytdl

VERSION = "1.6"
VERSION = "1.7"


def check_update(parent):