diff --git a/ci/settings.py b/ci/settings.py index fd856f216..e59a689ed 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.2.8.app") # noqa +application = defines.get("app", "./dist/GudPy-0.3.0.app") # noqa appname = os.path.basename(application) diff --git a/gudpy.spec b/gudpy.spec index 5eb99bb6d..10f326935 100644 --- a/gudpy.spec +++ b/gudpy.spec @@ -1,5 +1,5 @@ # -*- mode: python ; coding: utf-8 -*- -VERSION = "0.2.8" +VERSION = "0.3.0" binaries = [(os.path.join("bin", f), '.') for f in os.listdir("bin") if not f == "StartupFiles" or f == "configs"] block_cipher = None import sys