Skip to content

Commit d0a022d

Browse files
committed
Bump version to 0.0.5
1 parent 4077ee5 commit d0a022d

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
@@ -6,7 +6,7 @@
66

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

9-
test_fmus_version = '0.0.4'
9+
test_fmus_version = '0.0.5'
1010

1111

1212
def merge(fmi_version, fmi_types):

test_build.py

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

88

99
fmus_dir = os.path.join(os.path.dirname(__file__), 'fmus') # /path/to/fmi-cross-check/fmus
10-
test_fmus_version = '0.0.4'
10+
test_fmus_version = '0.0.5'
1111

1212
test_fmus_dir = os.path.dirname(__file__)
1313

0 commit comments

Comments
 (0)