Skip to content

Commit d3330f7

Browse files
committed
Bump version
1 parent 1066ec9 commit d3330f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ethereumetl/cli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949

5050
@click.group()
51-
@click.version_option(version='2.3.1')
51+
@click.version_option(version='2.4.0')
5252
@click.pass_context
5353
def cli(ctx):
5454
pass

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111

1212
setup(
1313
name='ethereum-etl',
14-
version='2.3.1',
14+
version='2.4.0',
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)