diff --git a/pyproject.toml b/pyproject.toml index 7fd2cc6..c383ac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.briefcase] project_name = "Tendon" bundle = "com.davidaflood.tendon" -version = "0.14" +version = "0.15" min_needed_to_update = "0.13" url = "https://github.com/d-flood/Tendon" license = "MIT license" diff --git a/src/tendon/app.py b/src/tendon/app.py index f3b9719..967a34a 100644 --- a/src/tendon/app.py +++ b/src/tendon/app.py @@ -20,7 +20,7 @@ # if platform.system() == 'Windows': from tendon.py.cbgm_interface.open_cbgm_ui import open_cbgm_ui -__version = '0.14' +__version = '0.15' #pylint: disable=no-member def open_new_window(function: FunctionType, window: sg.Window, main_dir, font, icon, include_main_dir=False):