diff options
-rw-r--r-- | vidslice.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vidslice.py b/vidslice.py index 04a7fc0..dc37412 100644 --- a/vidslice.py +++ b/vidslice.py @@ -10,7 +10,7 @@ from options import OptionsPanel from output import OutputPanel from sources import SourcesPanel, update_ytdl -VERSION = "1.5" +VERSION = "1.6" def check_update(parent): |