Skip to content

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Nov 17, 2022
1 parent a7b572b commit f72a944
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "starknet_devnet"
version = "0.3.5"
version = "0.4.0"
description = "A local testnet for Starknet"
authors = ["FabijanC <[email protected]>"]
license = "ISC"
Expand Down
2 changes: 1 addition & 1 deletion starknet_devnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from crypto_cpp_py.cpp_bindings import cpp_hash


__version__ = "0.3.5"
__version__ = "0.4.0"


def patched_pedersen_hash(left: int, right: int) -> int:
Expand Down

0 comments on commit f72a944

Please sign in to comment.