Skip to content

Commit

Permalink
New release with fixed CLI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgelmh committed Nov 15, 2024
1 parent 2c81374 commit b800a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packages = [

[project]
name = "sim-explorer"
version = "0.1.1"
version = "0.1.2"
description = "Experimentation tools on top of OSP simulation models."
readme = "README.rst"
requires-python = ">= 3.10"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def check_command(cmd: str, expected: str | None = None):

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

0 comments on commit b800a76

Please sign in to comment.