File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
31
31
32
32
@click .group ()
33
- @click .version_option (version = '1.5.1 ' )
33
+ @click .version_option (version = '1.5.2 ' )
34
34
@click .pass_context
35
35
def cli (ctx ):
36
36
pass
Original file line number Diff line number Diff line change 1
1
# Uploading to Docker Hub
2
2
3
3
``` bash
4
- > BITCOINETL_STREAMING_VERSION=1.5.1 -streaming
4
+ > BITCOINETL_STREAMING_VERSION=1.5.2 -streaming
5
5
> docker build -t bitcoin-etl:${BITCOINETL_STREAMING_VERSION} -f Dockerfile_with_streaming .
6
6
> docker tag bitcoin-etl:${BITCOINETL_STREAMING_VERSION} blockchainetl/bitcoin-etl:${BITCOINETL_STREAMING_VERSION}
7
7
> docker push blockchainetl/bitcoin-etl:${BITCOINETL_STREAMING_VERSION}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def read(fname):
11
11
12
12
setup (
13
13
name = 'bitcoin-etl' ,
14
- version = '1.5.1 ' ,
14
+ version = '1.5.2 ' ,
15
15
author = 'Evgeny Medvedev' ,
16
16
17
17
description = 'Tools for exporting Bitcoin blockchain data to JSON' ,
You can’t perform that action at this time.
0 commit comments