Skip to content

Commit e1f658b

Browse files
committed
Bump version
1 parent aae2edb commit e1f658b

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.0.4')
51+
@click.version_option(version='2.0.5')
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.0.4',
14+
version='2.0.5',
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)