From 9ba80f212518abab53d7b09fdb251ae78907060b Mon Sep 17 00:00:00 2001 From: FabijanC Date: Thu, 5 May 2022 13:10:02 +0200 Subject: [PATCH] Bump version to v0.2.0 --- pyproject.toml | 2 +- starknet_devnet/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a4d8b1fb8..4e1463e7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "starknet_devnet" -version = "0.1.23" +version = "0.2.0" description = "A local testnet for Starknet" authors = ["FabijanC "] license = "ISC" diff --git a/starknet_devnet/__init__.py b/starknet_devnet/__init__.py index e2abe7fde..0a3d140d0 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.23" +__version__ = "0.2.0"