Skip to content

Commit f115f0e

Browse files
committed
Bump version to 0.0.10
1 parent 6acf712 commit f115f0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

merge_platform_binaries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
repo_dir = os.path.dirname(__file__)
77

8-
test_fmus_version = '0.0.9'
8+
test_fmus_version = '0.0.10'
99

1010

1111
def merge(fmi_version, fmi_types):

test_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

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

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

0 commit comments

Comments
 (0)