Skip to content

Commit a52e544

Browse files
committed
trinity bump: 0.1.0-alpha.17 -> 0.1.0-alpha.18
1 parent efce498 commit a52e544

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup_trinity.py

Lines changed: 3 additions & 2 deletions
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.17',
10+
version='0.1.0-alpha.18',
1111
description='The Trinity Ethereum Client',
1212
author='Ethereum Foundation',
1313
author_email='[email protected]',
@@ -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.0a34',
19+
'py-evm[trinity,p2p]==0.2.0a35',
2020
],
2121
license='MIT',
2222
zip_safe=False,
@@ -28,6 +28,7 @@
2828
'License :: OSI Approved :: MIT License',
2929
'Natural Language :: English',
3030
'Programming Language :: Python :: 3.6',
31+
'Programming Language :: Python :: 3.7',
3132
],
3233
python_requires=">=3.6,<4",
3334
# trinity

0 commit comments

Comments
 (0)