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 Mar 14, 2022
1 parent 6b60b15 commit c67a365
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.6.app") # noqa
application = defines.get("app", "./dist/GudPy-0.2.7.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.6"
VERSION = "0.2.7"
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 c67a365

Please sign in to comment.