aboutsummaryrefslogtreecommitdiff
path: root/vidslice.py
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2019-02-27 09:24:32 -0700
committerMelody Horn <melody@boringcactus.com>2019-02-27 09:24:32 -0700
commitab2ea21fe586d5eda30ae3fc16977268a0ee7689 (patch)
treec1f9667a330c49f315cc874096baabf25c054436 /vidslice.py
parented581c74267867ed2a676efb74d74239926cbc4f (diff)
downloadvidslice-ab2ea21fe586d5eda30ae3fc16977268a0ee7689.tar.gz
vidslice-ab2ea21fe586d5eda30ae3fc16977268a0ee7689.zip
bump version number to 1.1
Diffstat (limited to 'vidslice.py')
-rw-r--r--vidslice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidslice.py b/vidslice.py
index 30c2c73..b9dcae9 100644
--- a/vidslice.py
+++ b/vidslice.py
@@ -109,7 +109,7 @@ class VidsliceFrame(wx.Frame):
"""Display an About Dialog"""
info = wx.adv.AboutDialogInfo()
info.SetName("vidslice")
- info.SetVersion("1.0")
+ info.SetVersion("1.1")
info.SetDescription("video manipulator wrapping youtube-dl and ffmpeg")
info.SetWebSite("https://github.com/boringcactus/vidslice")