From 8d3b7ce453eecd354d9d20647a6c9f9619686e4b Mon Sep 17 00:00:00 2001 From: "Guido W. Pettinari" Date: Fri, 15 Sep 2023 11:18:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=20Version=20bump=201.1.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/web3cli/helpers/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 39a73c4..9107742 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "web3cli" -version = "1.1.19" +version = "1.1.20" description = "Interact with blockchains and smart contracts using the command line" authors = [ {name = "coccoinomane", email = "coccoinomane@gmail.com"}, diff --git a/src/web3cli/helpers/version.py b/src/web3cli/helpers/version.py index 328d69e..be853f8 100644 --- a/src/web3cli/helpers/version.py +++ b/src/web3cli/helpers/version.py @@ -3,7 +3,7 @@ from cement.utils.version import get_version as cement_get_version from cement.utils.version import get_version_banner -VERSION = (1, 1, 19, "final", 0) +VERSION = (1, 1, 20, "final", 0) def get_version_number(version: Tuple[int, int, int, str, int] = VERSION) -> str: