From 6e166c95f293b7b20443ef05b346e425259c44a5 Mon Sep 17 00:00:00 2001 From: Guanqun Lu Date: Sat, 29 May 2021 17:35:56 +0800 Subject: [PATCH] prepare for the version bump of 0.3.1 --- async_web3/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/async_web3/__init__.py b/async_web3/__init__.py index cd1f2e8..54c76cc 100644 --- a/async_web3/__init__.py +++ b/async_web3/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.0" +__version__ = "0.3.1" from .main import AsyncWeb3 diff --git a/pyproject.toml b/pyproject.toml index 493b2f2..1ebfef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "async-web3" -version = "0.3.0" +version = "0.3.1" description = "Async Web3 library" authors = ["Guanqun Lu "] license = "MIT"