Bump version

This commit is contained in:
medvedev1088
2022-05-06 19:34:32 +08:00
parent 53c1b59c84
commit 5efa6e0eb9
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ from ethereumetl.cli.stream import stream
@click.group()
@click.version_option(version='1.11.2')
@click.version_option(version='2.0.0')
@click.pass_context
def cli(ctx):
pass

View File

@@ -11,7 +11,7 @@ long_description = read('README.md') if os.path.isfile("README.md") else ""
setup(
name='ethereum-etl',
version='1.11.2',
version='2.0.0',
author='Evgeny Medvedev',
author_email='evge.medvedev@gmail.com',
description='Tools for exporting Ethereum blockchain data to CSV or JSON',