Skip to content

Commit

Permalink
Set version 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Feb 14, 2022
1 parent e3721b5 commit d2a5912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

requirements = [
"cached-property>=1.5; python_version < '3.8'",
"ethereum>=2.3.2",
"eip712_structs",
"packaging",
"py-evm>=0.5.0a3",
"typing-extensions>=3.10; python_version < '3.8'",
"requests>=2",
"web3>=5.23.0",
Expand All @@ -22,7 +22,7 @@

setup(
name="gnosis-py",
version="3.7.8",
version="3.8.0",
packages=find_packages(),
package_data={"gnosis": ["py.typed"]},
install_requires=requirements,
Expand Down

0 comments on commit d2a5912

Please sign in to comment.