diff --git a/ethereumetl/cli/__init__.py b/ethereumetl/cli/__init__.py index 07e593f10..c7baa8950 100644 --- a/ethereumetl/cli/__init__.py +++ b/ethereumetl/cli/__init__.py @@ -48,7 +48,7 @@ @click.group() -@click.version_option(version='2.3.1') +@click.version_option(version='2.4.0') @click.pass_context def cli(ctx): pass diff --git a/setup.py b/setup.py index ab6b8843d..9b312a4b5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name='ethereum-etl', - version='2.3.1', + version='2.4.0', author='Evgeny Medvedev', author_email='evge.medvedev@gmail.com', description='Tools for exporting Ethereum blockchain data to CSV or JSON',