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 Jun 17, 2022
1 parent 7d725dc commit 241c7ce
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.3.1.app") # noqa
application = defines.get("app", "./dist/GudPy-0.3.3.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.3.1"
VERSION = "0.3.3"
binaries = [
(os.path.join("bin", f), '.')
for f in os.listdir("bin")
Expand Down

0 comments on commit 241c7ce

Please sign in to comment.