Skip to content

Commit

Permalink
🏷 Version bump 1.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
coccoinomane committed Feb 14, 2024
1 parent 5157cc0 commit ce89e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "web3cli"
version = "1.1.26"
version = "1.1.27"
description = "Interact with blockchains and smart contracts using the command line"
authors = [
{name = "coccoinomane", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion src/web3cli/helpers/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, 26, "final", 0)
VERSION = (1, 1, 27, "final", 0)


def get_version_number(version: Tuple[int, int, int, str, int] = VERSION) -> str:
Expand Down

0 comments on commit ce89e24

Please sign in to comment.