Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Patch release of trinity for Constantinople delay
Browse files Browse the repository at this point in the history
  • Loading branch information
carver committed Jan 16, 2019
1 parent c77cc4b commit c9912b6
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.21',
version='0.1.0-alpha.22',
description='The Trinity Ethereum Client',
author='Ethereum Foundation',
author_email='piper@pipermerriam.com',
Expand All @@ -16,7 +16,7 @@
py_modules=[],
install_requires=[
# DON'T FORGET TO BUMP THIS TOOOOOO!!!!!!!
'py-evm[trinity,p2p]==0.2.0a40',
'py-evm[trinity,p2p]==0.2.0a41',
],
license='MIT',
zip_safe=False,
Expand Down

0 comments on commit c9912b6

Please sign in to comment.