Skip to content

Commit dde23f1

Browse files
committed
Updated to libcosimc/0.11.0@osp/stable
1 parent 25dc1de commit dde23f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conanfile.py

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

55
class LibCosimpyConanDependency(ConanFile):
66
name = "libcosimpy-recipe"
7-
requires = "libcosimc/0.11.0@osp/testing-string_boolean_connect_variables"
7+
requires = "libcosimc/0.11.0@osp/stable"
88
default_options = {
99
"libcosim/*:proxyfmu": True,
1010
}

src/libcosimpy/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.3.post1"

0 commit comments

Comments
 (0)