From d7c325d2332555a508b87cadb4a88eae59bc7c2f Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Thu, 27 Sep 2018 12:19:07 -0700 Subject: [PATCH] Use new py-evm for trinity release --- setup_trinity.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_trinity.py b/setup_trinity.py index 6841717034..b586aa3a5a 100644 --- a/setup_trinity.py +++ b/setup_trinity.py @@ -7,7 +7,7 @@ name='trinity', # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. # NOT CURRENTLY APPLICABLE. VERSION BUMPS MANUAL FOR NOW - version='0.1.0-alpha.15', + version='0.1.0-alpha.16', description='The Trinity Ethereum Client', author='Ethereum Foundation', author_email='piper@pipermerriam.com', @@ -16,7 +16,7 @@ py_modules=[], install_requires=[ # DON'T FORGET TO BUMP THIS TOOOOOO!!!!!!! - 'py-evm[trinity,p2p]==0.2.0a32', + 'py-evm[trinity,p2p]==0.2.0a33', ], license='MIT', zip_safe=False,