File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848
4949
5050@click .group ()
51- @click .version_option (version = '1.11.0 ' )
51+ @click .version_option (version = '1.11.1 ' )
5252@click .pass_context
5353def cli (ctx ):
5454 pass
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def read(fname):
1111
1212setup (
1313 name = 'ethereum-etl' ,
14- version = '1.11.0 ' ,
14+ version = '1.11.1 ' ,
1515 author = 'Evgeny Medvedev' ,
1616 author_email = 'evge.medvedev@gmail.com' ,
1717 description = 'Tools for exporting Ethereum blockchain data to CSV or JSON' ,
@@ -37,7 +37,7 @@ def read(fname):
3737 'eth-abi==1.3.0' ,
3838 # TODO: This has to be removed when "ModuleNotFoundError: No module named 'eth_utils.toolz'" is fixed at eth-abi
3939 'python-dateutil>=2.8.0,<3' ,
40- 'click==7.1.2 ' ,
40+ 'click==8.0.4 ' ,
4141 'ethereum-dasm==0.1.4' ,
4242 'base58' ,
4343 'requests'
You can’t perform that action at this time.
0 commit comments