Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
d-flood committed Oct 18, 2021
1 parent fc86d09 commit 103eb43
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.17"
version = "0.17.1"
min_needed_to_update = "0.15"
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.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):
Expand Down

0 comments on commit 103eb43

Please sign in to comment.