Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Bump version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed May 11, 2022
1 parent fc63afe commit e4d0b29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ If you don't specify the `HOST` part, the server will indeed be available on all
- `call`
- `deploy`
- `estimate_fee`
- `get_block`
- `get_block` (currently pending block is not supported)
- `get_code`
- `get_full_contract`
- `get_state_update`
Expand Down
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.2.0"
version = "0.2.1"
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 @@ -2,4 +2,4 @@
Contains the server implementation and its utility classes and functions.
"""

__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit e4d0b29

Please sign in to comment.