Skip to content

Commit

Permalink
4.2.0
Browse files Browse the repository at this point in the history
.
  • Loading branch information
icppWorld committed Sep 7, 2024
1 parent c942569 commit 9bab69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/icpp/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
https://packaging.python.org/guides/single-sourcing-package-version/
"""

__version__ = "4.1.0"
__version__ = "4.2.0"
2 changes: 1 addition & 1 deletion test/canisters/canister_hooks/test/test_apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ def test__greet(network: str, principal: str) -> None:
assert response == expected_response

# This proves that the post_wasm_function was called
opt_wasm_file_path = Path("build/my_canister_before_opt.wasm")
opt_wasm_file_path = Path("build/my_canister_before_opt.wasm").resolve()
assert opt_wasm_file_path.exists()

0 comments on commit 9bab69d

Please sign in to comment.