3.6.1 Release

This commit is contained in:
Piper Merriam 2017-02-13 17:30:50 -07:00
parent 79da322218
commit b206609a7e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
3.6.1
-----
* Upgrade `ethereum-abi-utils` dependency for upstream bugfix.
3.6.0
-----

View File

@ -16,7 +16,7 @@ readme = open(os.path.join(DIR, 'README.md')).read()
setup(
name='web3',
version='3.6.0',
version='3.6.1',
description="""Web3.py""",
long_description=readme,
author='Piper Merriam',