Bump version

This commit is contained in:
medvedev1088
2021-08-04 23:01:08 +07:00
parent 3d79a22370
commit 1a8ac0630f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# Uploading to Docker Hub
```bash
ETHEREUMETL_VERSION=1.7.1
ETHEREUMETL_VERSION=1.7.2
docker build -t ethereum-etl:${ETHEREUMETL_VERSION} -f Dockerfile .
docker tag ethereum-etl:${ETHEREUMETL_VERSION} blockchainetl/ethereum-etl:${ETHEREUMETL_VERSION}
docker push blockchainetl/ethereum-etl:${ETHEREUMETL_VERSION}

View File

@@ -44,7 +44,7 @@ from ethereumetl.cli.stream import stream
@click.group()
@click.version_option(version='1.7.1')
@click.version_option(version='1.7.2')
@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.7.1',
version='1.7.2',
author='Evgeny Medvedev',
author_email='evge.medvedev@gmail.com',
description='Tools for exporting Ethereum blockchain data to CSV or JSON',