From 262e5f65f1813e61a3125b64dadfb9ec472643ad Mon Sep 17 00:00:00 2001 From: medvedev1088 Date: Tue, 16 Aug 2022 22:27:40 +0800 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 c836db0fb..d58a03431 100644 --- a/ethereumetl/cli/__init__.py +++ b/ethereumetl/cli/__init__.py @@ -48,7 +48,7 @@ @click.group() -@click.version_option(version='2.0.2') +@click.version_option(version='2.0.3') @click.pass_context def cli(ctx): pass diff --git a/setup.py b/setup.py index da1508c5b..ca8339487 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name='ethereum-etl', - version='2.0.2', + version='2.0.3', author='Evgeny Medvedev', author_email='evge.medvedev@gmail.com', description='Tools for exporting Ethereum blockchain data to CSV or JSON',