Skip to content

Commit

Permalink
Use new py-evm for trinity release
Browse files Browse the repository at this point in the history
  • Loading branch information
carver committed Sep 27, 2018
1 parent a97dee0 commit d7c325d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_trinity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand All @@ -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,
Expand Down

0 comments on commit d7c325d

Please sign in to comment.