From 4c2b67800a0ee06da24211d171d77a67bef059bf Mon Sep 17 00:00:00 2001 From: "Guido W. Pettinari" Date: Mon, 20 Jan 2025 17:20:36 +0100 Subject: [PATCH] chore: version bump 1.1.37 --- 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 2ac646f..1e12601 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "web3cli" -version = "1.1.36" +version = "1.1.37" 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 e88d023..654a7d3 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, 36, "final", 0) +VERSION = (1, 1, 37, "final", 0) def get_version_number(version: Tuple[int, int, int, str, int] = VERSION) -> str: