Skip to content

Commit 5efa6e0

Browse files
committed
Bump version
1 parent 53c1b59 commit 5efa6e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ethereumetl/cli/__init__.py

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

4949

5050
@click.group()
51-
@click.version_option(version='1.11.2')
51+
@click.version_option(version='2.0.0')
5252
@click.pass_context
5353
def cli(ctx):
5454
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.11.2',
14+
version='2.0.0',
1515
author='Evgeny Medvedev',
1616
author_email='evge.medvedev@gmail.com',
1717
description='Tools for exporting Ethereum blockchain data to CSV or JSON',

0 commit comments

Comments
 (0)