mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 10:56:47 +00:00
3.4.0 Release
This commit is contained in:
parent
d45b9b432e
commit
f9c25ab1bc
@ -1,3 +1,9 @@
|
||||
3.4.0
|
||||
-----
|
||||
|
||||
* Bugfix for contract instances to respect `web3.eth.defaultAccount`
|
||||
* Better error reporting when ABI decoding fails for contract method response.
|
||||
|
||||
3.3.0
|
||||
-----
|
||||
|
||||
|
||||
3
setup.py
3
setup.py
@ -16,13 +16,12 @@ readme = open(os.path.join(DIR, 'README.md')).read()
|
||||
|
||||
setup(
|
||||
name='web3',
|
||||
version='3.3.0',
|
||||
version='3.4.0',
|
||||
description="""Web3.py""",
|
||||
long_description=readme,
|
||||
author='Piper Merriam',
|
||||
author_email='pipermerriam@gmail.com',
|
||||
url='https://github.com/pipermerriam/web3.py',
|
||||
download_url="https://github.com/pipermerriam/web3.py/tarball/0.1.9",
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
"pysha3>=0.3",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user