diff --git a/ethereumetl/cli/__init__.py b/ethereumetl/cli/__init__.py index b10fc01..f576ace 100644 --- a/ethereumetl/cli/__init__.py +++ b/ethereumetl/cli/__init__.py @@ -48,7 +48,7 @@ from ethereumetl.cli.stream import stream @click.group() -@click.version_option(version='2.4.1') +@click.version_option(version='2.4.2') @click.pass_context def cli(ctx): pass diff --git a/setup.py b/setup.py index 090b01b..8625180 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description = read('README.md') if os.path.isfile("README.md") else "" setup( name='ethereum-etl', - version='2.4.1', + version='2.4.2', author='Evgeny Medvedev', author_email='evge.medvedev@gmail.com', description='Tools for exporting Ethereum blockchain data to CSV or JSON',