From ab2ea21fe586d5eda30ae3fc16977268a0ee7689 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 27 Feb 2019 09:24:32 -0700 Subject: bump version number to 1.1 --- vidslice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vidslice.py') 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") -- cgit v1.2.3