Skip to content

Commit

Permalink
Merge pull request #105 from bugout-dev/fix-type-extetions
Browse files Browse the repository at this point in the history
Fix versions.
  • Loading branch information
Andrei-Dolgolev authored Mar 8, 2023
2 parents e5321e5 + 29bdd6f commit d47f4eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion moonworm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MOONWORM_VERSION = "0.6.1"
MOONWORM_VERSION = "0.6.2"
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"libcst",
"pysha3<2.0.0,>=1.0.0",
"tqdm",
"typing-extensions<4,>=3.7.4",
"web3 >=5.27.0",
"typing-extensions",
"web3>=5.27.0",
],
extras_require={
"dev": ["isort", "mypy", "wheel", "web3[tester] >=5.27.0"],
"moonstream": ["moonstreamdb >= 0.3.3"],
"dev": ["isort", "mypy", "wheel", "web3>=5.27.0"],
"moonstream": ["moonstreamdb>=0.3.3"],
"distribute": ["setuptools", "twine", "wheel"],
},
description="moonworm: Generate a command line interface to any Ethereum smart contract",
Expand Down

0 comments on commit d47f4eb

Please sign in to comment.