Skip to content

Commit

Permalink
Merge pull request #69 from zomglings/web3-version-5.27
Browse files Browse the repository at this point in the history
Reduced requirements on web3 version
  • Loading branch information
Yhtiyar authored Apr 20, 2022
2 parents b48a309 + 8cada52 commit a1d5dd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.0"
MOONWORM_VERSION = "0.2.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"pysha3<2.0.0,>=1.0.0",
"tqdm",
"typing-extensions<4,>=3.7.4",
"web3[tester] >=5.29.0",
"web3[tester] >=5.27.0",
],
extras_require={
"dev": [
Expand Down

0 comments on commit a1d5dd8

Please sign in to comment.