Skip to content

Commit b800a76

Browse files
committed
New release with fixed CLI tests
1 parent 2c81374 commit b800a76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ packages = [
2222

2323
[project]
2424
name = "sim-explorer"
25-
version = "0.1.1"
25+
version = "0.1.2"
2626
description = "Experimentation tools on top of OSP simulation models."
2727
readme = "README.rst"
2828
requires-python = ">= 3.10"

tests/test_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def check_command(cmd: str, expected: str | None = None):
1515

1616
def test_cli():
1717
os.chdir(str(Path(__file__).parent / "data" / "BouncingBall3D"))
18-
check_command("sim-explorer -V", "0.1.1")
18+
check_command("sim-explorer -V", "0.1.2")
1919
check_command(
2020
"sim-explorer BouncingBall3D.cases --info",
2121
"Cases BouncingBall3D. Simple sim explorer with the 3D BouncingBall FMU (3D position and",

0 commit comments

Comments
 (0)