diff options
author | Melody Horn <melody@boringcactus.com> | 2020-12-24 01:38:10 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-12-24 01:38:10 -0700 |
commit | 940e8754bc13f9f601c5f3db58e4a1ab7d05e2ea (patch) | |
tree | 6e4709a552827cbfbcd4ef68212cb3d851ab243f | |
parent | 1cfe4d7ca87b2a6926f29a098a6b8e33393fbaa0 (diff) | |
download | vidslice-940e8754bc13f9f601c5f3db58e4a1ab7d05e2ea.tar.gz vidslice-940e8754bc13f9f601c5f3db58e4a1ab7d05e2ea.zip |
bump to version 1.6
-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): |