From 241c7ce35e14e7443aa8c8af76b14cbb57a9683c Mon Sep 17 00:00:00 2001 From: Jared Swift Date: Fri, 17 Jun 2022 14:29:34 +0100 Subject: [PATCH] chore: bump version numbers. --- ci/settings.py | 2 +- gudpy.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/settings.py b/ci/settings.py index 312999d4a..db406de46 100644 --- a/ci/settings.py +++ b/ci/settings.py @@ -9,7 +9,7 @@ def read_plist(path): return plistlib.load(f) -application = defines.get("app", "./dist/GudPy-0.3.1.app") # noqa +application = defines.get("app", "./dist/GudPy-0.3.3.app") # noqa appname = os.path.basename(application) diff --git a/gudpy.spec b/gudpy.spec index 566f3f440..a1ca6dc84 100644 --- a/gudpy.spec +++ b/gudpy.spec @@ -1,5 +1,5 @@ # -*- mode: python ; coding: utf-8 -*- -VERSION = "0.3.1" +VERSION = "0.3.3" binaries = [ (os.path.join("bin", f), '.') for f in os.listdir("bin")