From ff3756e868414cde633db0a6980affe6c03ceeaf Mon Sep 17 00:00:00 2001 From: FabijanC Date: Tue, 21 Jun 2022 16:16:10 +0200 Subject: [PATCH] Bump version to v0.2.4 --- README.md | 4 ++-- pyproject.toml | 2 +- starknet_devnet/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 85908fa40..1e4280ea0 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,8 @@ docker pull shardlabs/starknet-devnet: Image tags correspond to Devnet versions as on PyPI and GitHub, with the `latest` tag used for the latest image. These images are built for linux/amd64. To use the arm64 versions, since `0.1.23` you can append `-arm` to the tag. E.g.: -- `shardlabs/starknet-devnet:0.1.23` - image for the amd64 architecture -- `shardlabs/starknet-devnet:0.1.23-arm` - image for the arm64 architecture +- `shardlabs/starknet-devnet:0.2.4` - image for the amd64 architecture +- `shardlabs/starknet-devnet:0.2.4-arm` - image for the arm64 architecture The server inside the container listens to the port 5050, which you need to publish to a desired `` on your host machine: diff --git a/pyproject.toml b/pyproject.toml index 3266451a9..0d7365acd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "starknet_devnet" -version = "0.2.3" +version = "0.2.4" description = "A local testnet for Starknet" authors = ["FabijanC "] license = "ISC" diff --git a/starknet_devnet/__init__.py b/starknet_devnet/__init__.py index a8f2e5fc8..ab0ae64a9 100644 --- a/starknet_devnet/__init__.py +++ b/starknet_devnet/__init__.py @@ -6,7 +6,7 @@ from crypto_cpp_py.cpp_bindings import cpp_hash -__version__ = "0.2.3" +__version__ = "0.2.4" def patched_pedersen_hash(left: int, right: int) -> int: