From ca54ef6c4b6cd57fb10278f12838ec069aa08484 Mon Sep 17 00:00:00 2001 From: evgeny Date: Thu, 11 Apr 2024 19:42:39 +0700 Subject: [PATCH] Bump version --- ethereumetl/cli/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ethereumetl/cli/__init__.py b/ethereumetl/cli/__init__.py index b10fc015d..f576ace93 100644 --- a/ethereumetl/cli/__init__.py +++ b/ethereumetl/cli/__init__.py @@ -48,7 +48,7 @@ @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 090b01b63..862518043 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): 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',