Skip to content

Commit 43227e5

Browse files
authored
Merge pull request #316 from ninjascant/fix/update-click
Update click version; update package version
2 parents 898ce3f + 00e63d2 commit 43227e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ethereumetl/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
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
5353
def cli(ctx):
5454
pass

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111

1212
setup(
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'

0 commit comments

Comments
 (0)