We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97dee0 commit d7c325dCopy full SHA for d7c325d
setup_trinity.py
@@ -7,7 +7,7 @@
7
name='trinity',
8
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
9
# NOT CURRENTLY APPLICABLE. VERSION BUMPS MANUAL FOR NOW
10
- version='0.1.0-alpha.15',
+ version='0.1.0-alpha.16',
11
description='The Trinity Ethereum Client',
12
author='Ethereum Foundation',
13
author_email='piper@pipermerriam.com',
@@ -16,7 +16,7 @@
16
py_modules=[],
17
install_requires=[
18
# DON'T FORGET TO BUMP THIS TOOOOOO!!!!!!!
19
- 'py-evm[trinity,p2p]==0.2.0a32',
+ 'py-evm[trinity,p2p]==0.2.0a33',
20
],
21
license='MIT',
22
zip_safe=False,
0 commit comments