Skip to content

Commit

Permalink
update version in all init files
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo-Antonioli committed Mar 4, 2024
1 parent 9080a3c commit ca4f960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Filters/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def version() -> Generator[str, None, None]:

def test_version(version: str) -> None:
"""Sample pytest test function with the pytest fixture as an argument."""
assert version == "0.1.0"
assert version == "0.2.1"
2 changes: 1 addition & 1 deletion tests/test_qimp.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def version() -> Generator[str, None, None]:

def test_version(version: str) -> None:
"""Sample pytest test function with the pytest fixture as an argument."""
assert version == "0.1.0"
assert version == "0.2.1"

0 comments on commit ca4f960

Please sign in to comment.