diff --git a/pyproject.toml b/pyproject.toml index 84e2504ae..84dc46935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "starknet_devnet" -version = "0.1.13" +version = "0.1.14" description = "A local testnet for Starknet" authors = ["FabijanC "] license = "ISC" diff --git a/starknet_devnet/__init__.py b/starknet_devnet/__init__.py index 08ef0b109..cda0afe38 100644 --- a/starknet_devnet/__init__.py +++ b/starknet_devnet/__init__.py @@ -2,4 +2,4 @@ Contains the server implementation and its utility classes and functions. """ -__version__ = "0.1.13" +__version__ = "0.1.14"