Skip to content

Commit

Permalink
chore: bump version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jswift-stfc committed Apr 13, 2022
1 parent bcc2663 commit d9f36e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gudpy.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d9f36e7

Please sign in to comment.