aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2019-02-27 11:11:50 -0700
committerMelody Horn <melody@boringcactus.com>2019-02-27 11:11:50 -0700
commitb81ee0c830398f9fcf26b32f0eca3da161f5c09c (patch)
treed45339b28c5d4dcbcdf79bde82149f092572ad88
parentc2c2d56b4abda215ec60032e3f6e598f36804083 (diff)
downloadvidslice-b81ee0c830398f9fcf26b32f0eca3da161f5c09c.tar.gz
vidslice-b81ee0c830398f9fcf26b32f0eca3da161f5c09c.zip
bump version number to 1.3
-rw-r--r--vidslice.py2
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):