diff options
author | Melody Horn <melody@boringcactus.com> | 2019-02-27 11:11:50 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2019-02-27 11:11:50 -0700 |
commit | b81ee0c830398f9fcf26b32f0eca3da161f5c09c (patch) | |
tree | d45339b28c5d4dcbcdf79bde82149f092572ad88 | |
parent | c2c2d56b4abda215ec60032e3f6e598f36804083 (diff) | |
download | vidslice-b81ee0c830398f9fcf26b32f0eca3da161f5c09c.tar.gz vidslice-b81ee0c830398f9fcf26b32f0eca3da161f5c09c.zip |
bump version number to 1.3
-rw-r--r-- | vidslice.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vidslice.py b/vidslice.py index b9213e8..36fb1fd 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.2" +VERSION = "1.3" def check_update(parent): |