Skip to content

Commit

Permalink
🏷 Version bump 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coccoinomane committed Mar 25, 2023
1 parent d4cd6d7 commit 0c18298
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.17.1"
version = "0.18.0"
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, 17, 1, "alpha", 0)
VERSION = (0, 18, 0, "alpha", 0)


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

0 comments on commit 0c18298

Please sign in to comment.