3.7.0 Release

This commit is contained in:
Piper Merriam 2017-02-21 13:49:14 -05:00
parent 12331fcb23
commit 30635d5377
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
3.7.0 (unreleased)
3.7.0
-----
* deprecate `eth.defaultAccount` defaulting to the coinbase account.

View File

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