Skip to content

Commit f7af95d

Browse files
committed
Update the version
1 parent 706eb8a commit f7af95d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ethereumetl/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141

4242
@click.group()
43-
@click.version_option(version='1.2.2')
43+
@click.version_option(version='1.2.3')
4444
@click.pass_context
4545
def cli(ctx):
4646
pass

setup.py

Lines changed: 1 addition & 1 deletion
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.2.2',
14+
version='1.2.3',
1515
author='Evgeny Medvedev',
1616
author_email='[email protected]',
1717
description='Tools for exporting Ethereum blockchain data to CSV or JSON',

0 commit comments

Comments
 (0)