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):