File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
name = 'trinity' ,
8
8
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
9
9
# NOT CURRENTLY APPLICABLE. VERSION BUMPS MANUAL FOR NOW
10
- version = '0.1.0-alpha.17 ' ,
10
+ version = '0.1.0-alpha.18 ' ,
11
11
description = 'The Trinity Ethereum Client' ,
12
12
author = 'Ethereum Foundation' ,
13
13
16
16
py_modules = [],
17
17
install_requires = [
18
18
# DON'T FORGET TO BUMP THIS TOOOOOO!!!!!!!
19
- 'py-evm[trinity,p2p]==0.2.0a34 ' ,
19
+ 'py-evm[trinity,p2p]==0.2.0a35 ' ,
20
20
],
21
21
license = 'MIT' ,
22
22
zip_safe = False ,
28
28
'License :: OSI Approved :: MIT License' ,
29
29
'Natural Language :: English' ,
30
30
'Programming Language :: Python :: 3.6' ,
31
+ 'Programming Language :: Python :: 3.7' ,
31
32
],
32
33
python_requires = ">=3.6,<4" ,
33
34
# trinity
You can’t perform that action at this time.
0 commit comments