1.4.0 Release

This commit is contained in:
Piper Merriam 2016-07-27 08:53:50 -06:00
parent 10b762554f
commit b1a028900e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1.4.0
-----
* Bugfix to allow address types in constructor arguments.
1.3.0
-----

View File

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