1.0.1 Release

This commit is contained in:
Piper Merriam 2016-07-13 12:21:58 -06:00
parent 8b6c9b1404
commit 86d7dcac85
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1.0.1
-----
* Specify missing `pyrlp` and `gevent` dependencies
1.0.0
-----

View File

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