Skip to content

Commit 5265898

Browse files
committed
Bump version
1 parent 222c9a9 commit 5265898

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bitcoinetl/cli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131

3232
@click.group()
33-
@click.version_option(version='1.5.1')
33+
@click.version_option(version='1.5.2')
3434
@click.pass_context
3535
def cli(ctx):
3636
pass

dockerhub.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Uploading to Docker Hub
22

33
```bash
4-
> BITCOINETL_STREAMING_VERSION=1.5.1-streaming
4+
> BITCOINETL_STREAMING_VERSION=1.5.2-streaming
55
> docker build -t bitcoin-etl:${BITCOINETL_STREAMING_VERSION} -f Dockerfile_with_streaming .
66
> docker tag bitcoin-etl:${BITCOINETL_STREAMING_VERSION} blockchainetl/bitcoin-etl:${BITCOINETL_STREAMING_VERSION}
77
> docker push blockchainetl/bitcoin-etl:${BITCOINETL_STREAMING_VERSION}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111

1212
setup(
1313
name='bitcoin-etl',
14-
version='1.5.1',
14+
version='1.5.2',
1515
author='Evgeny Medvedev',
1616
author_email='[email protected]',
1717
description='Tools for exporting Bitcoin blockchain data to JSON',

0 commit comments

Comments
 (0)