Skip to content

Commit

Permalink
Set version 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Jul 7, 2022
1 parent 4719b9e commit ebd2c4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
requirements = [
"cached-property>=1.5; python_version < '3.8'",
"eip712_structs",
"packaging",
"py-evm==0.5.0a3",
"pysha3>=1.0.0",
"requests>=2",
Expand All @@ -22,7 +23,7 @@

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

0 comments on commit ebd2c4b

Please sign in to comment.