Skip to content

Commit d7c325d

Browse files
committed
Use new py-evm for trinity release
1 parent a97dee0 commit d7c325d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup_trinity.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name='trinity',
88
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
99
# NOT CURRENTLY APPLICABLE. VERSION BUMPS MANUAL FOR NOW
10-
version='0.1.0-alpha.15',
10+
version='0.1.0-alpha.16',
1111
description='The Trinity Ethereum Client',
1212
author='Ethereum Foundation',
1313
author_email='piper@pipermerriam.com',
@@ -16,7 +16,7 @@
1616
py_modules=[],
1717
install_requires=[
1818
# DON'T FORGET TO BUMP THIS TOOOOOO!!!!!!!
19-
'py-evm[trinity,p2p]==0.2.0a32',
19+
'py-evm[trinity,p2p]==0.2.0a33',
2020
],
2121
license='MIT',
2222
zip_safe=False,

0 commit comments

Comments
 (0)