diff options
-rw-r--r-- | vidslice/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vidslice/__main__.py b/vidslice/__main__.py index f85a362..f8d4dd8 100644 --- a/vidslice/__main__.py +++ b/vidslice/__main__.py @@ -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): |