From 0af9c7458d13a08c887546137bf7ab5773675020 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Thu, 13 Dec 2018 12:39:26 -0800 Subject: [PATCH] trinity bump: 0.1.0-alpha.20 --- setup_trinity.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_trinity.py b/setup_trinity.py index 10f97bdea2..066785d700 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.19', + version='0.1.0-alpha.20', 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.0a35', + 'py-evm[trinity,p2p]==0.2.0a37', ], license='MIT', zip_safe=False,