Skip to content

Commit

Permalink
🏷 Version bump 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido W. Pettinari committed Feb 11, 2023
1 parent f3f3204 commit 4f9a8b6
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 = "0.16.1"
version = "0.16.2"
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 = (0, 16, 1, "alpha", 0)
VERSION = (0, 16, 2, "alpha", 0)


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

0 comments on commit 4f9a8b6

Please sign in to comment.