diff --git a/pyproject.toml b/pyproject.toml index 173a12f..4c6488a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.briefcase] project_name = "Tendon" bundle = "com.davidaflood.tendon" -version = "0.17" +version = "0.17.1" min_needed_to_update = "0.15" url = "https://github.com/d-flood/Tendon" license = "MIT license" diff --git a/src/tendon/app.py b/src/tendon/app.py index 17527ef..0155337 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.17' +__version = '0.17.1' #pylint: disable=no-member def open_new_window(function: FunctionType, window: sg.Window, main_dir, font, icon, include_main_dir=False):