We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee91130 commit c0126bfCopy full SHA for c0126bf
2 files changed
.github/workflows/publish-pypi.yml
tests/test_smoke.py
@@ -7,7 +7,7 @@
7
8
9
def test_package_version_is_defined() -> None:
10
- assert __version__ == "0.2.1"
+ assert __version__ == "0.1.0"
11
12
13
def test_smoke_deterministic_simulate_cli(tmp_path: Path, monkeypatch) -> None:
0 commit comments