Skip to content

Commit

Permalink
Bump version to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Nov 23, 2021
1 parent 6acf712 commit f115f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion merge_platform_binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

repo_dir = os.path.dirname(__file__)

test_fmus_version = '0.0.9'
test_fmus_version = '0.0.10'


def merge(fmi_version, fmi_types):
Expand Down
2 changes: 1 addition & 1 deletion test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


fmus_dir = os.path.join(os.path.dirname(__file__), 'fmus') # /path/to/fmi-cross-check/fmus
test_fmus_version = '0.0.9'
test_fmus_version = '0.0.10'

test_fmus_dir = os.path.dirname(os.path.abspath(__file__))

Expand Down

0 comments on commit f115f0e

Please sign in to comment.