Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
d-flood committed Sep 2, 2021
1 parent 07cfabb commit 77228eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.briefcase]
project_name = "Tendon"
bundle = "com.davidaflood.tendon"
version = "0.13"
version = "0.14"
min_needed_to_update = "0.13"
url = "https://github.com/d-flood/Tendon"
license = "MIT license"
Expand Down
2 changes: 1 addition & 1 deletion src/tendon/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# if platform.system() == 'Windows':
from tendon.py.cbgm_interface.open_cbgm_ui import open_cbgm_ui

__version = '0.13'
__version = '0.14'
#pylint: disable=no-member

def open_new_window(function: FunctionType, window: sg.Window, main_dir, font, icon, include_main_dir=False):
Expand Down

0 comments on commit 77228eb

Please sign in to comment.