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 --- setup.py | 2 +- vidslice.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9aac94a..a65edaa 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ executables = [ ] setup(name='vidslice', - version='1.0', + version='1.1', description='', options=dict(build_exe=buildOptions), executables=executables) 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