Skip to content

Commit a7e8bb0

Browse files
committed
version update
1 parent 1142bf0 commit a7e8bb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "py-micro-hil"
7-
version = "0.1.7"
7+
version = "0.1.8"
88
description = "Hardware-in-the-Loop testing framework"
99
readme = "README.md"
1010
requires-python = ">=3.8"

tests/test_cli_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def raise_not_found(*args, **kwargs):
7474

7575
monkeypatch.setattr(importlib.metadata, "version", raise_not_found)
7676
version = cli.get_project_version()
77-
assert version == "0.1.6"
77+
assert version == "0.1.8"
7878

7979

8080
# ---------------------------------------------------------------------

0 commit comments

Comments
 (0)