diff --git a/pyproject.toml b/pyproject.toml index f712183..7fd2cc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/tendon/app.py b/src/tendon/app.py index 9417d75..f3b9719 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.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):