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