3.4.1 Release

This commit is contained in:
Piper Merriam 2016-12-28 17:36:30 -07:00
parent f9c25ab1bc
commit 2ef3e34f84
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
3.4.1
-----
* Force gevent<1.2.0 until this issue is fixed: https://github.com/gevent/gevent/issues/916
3.4.0
-----

View File

@ -16,7 +16,7 @@ readme = open(os.path.join(DIR, 'README.md')).read()
setup(
name='web3',
version='3.4.0',
version='3.4.1',
description="""Web3.py""",
long_description=readme,
author='Piper Merriam',
@ -26,7 +26,7 @@ setup(
install_requires=[
"pysha3>=0.3",
"rlp>=0.4.6,<0.4.7",
"gevent>=1.1.1",
"gevent>=1.1.1,<1.2.0",
"geventhttpclient>=1.3.1",
"ethereum-abi-utils>=0.2.1",
"pysha3>=0.3",