Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev1088 committed Aug 13, 2021
1 parent 3001abc commit 2d0012f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bitcoinetl/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


@click.group()
@click.version_option(version='1.5.0')
@click.version_option(version='1.5.1')
@click.pass_context
def cli(ctx):
pass
Expand Down
2 changes: 1 addition & 1 deletion dockerhub.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Uploading to Docker Hub

```bash
> BITCOINETL_STREAMING_VERSION=1.5.0-streaming
> BITCOINETL_STREAMING_VERSION=1.5.1-streaming
> docker build -t bitcoin-etl:${BITCOINETL_STREAMING_VERSION} -f Dockerfile_with_streaming .
> docker tag bitcoin-etl:${BITCOINETL_STREAMING_VERSION} blockchainetl/bitcoin-etl:${BITCOINETL_STREAMING_VERSION}
> docker push blockchainetl/bitcoin-etl:${BITCOINETL_STREAMING_VERSION}
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='bitcoin-etl',
version='1.5.0',
version='1.5.1',
author='Evgeny Medvedev',
author_email='[email protected]',
description='Tools for exporting Bitcoin blockchain data to JSON',
Expand Down

0 comments on commit 2d0012f

Please sign in to comment.