Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev1088 committed Aug 21, 2020
1 parent a74f53f commit e340074
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/dockerhub.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Uploading to Docker Hub

```bash
ETHEREUMETL_VERSION=1.5.1
ETHEREUMETL_VERSION=1.5.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}
Expand Down
2 changes: 1 addition & 1 deletion ethereumetl/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@


@click.group()
@click.version_option(version='1.5.1')
@click.version_option(version='1.5.2')
@click.pass_context
def cli(ctx):
pass
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name='ethereum-etl',
version='1.5.1',
version='1.5.2',
author='Evgeny Medvedev',
author_email='evge.medvedev@gmail.com',
description='Tools for exporting Ethereum blockchain data to CSV or JSON',
Expand Down

0 comments on commit e340074

Please sign in to comment.