File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Uploading to Docker Hub
22
33``` bash
4- ETHEREUMETL_VERSION=1.10.0
4+ ETHEREUMETL_VERSION=1.10.1
55docker build -t ethereum-etl:${ETHEREUMETL_VERSION} -f Dockerfile .
66docker tag ethereum-etl:${ETHEREUMETL_VERSION} blockchainetl/ethereum-etl:${ETHEREUMETL_VERSION}
77docker push blockchainetl/ethereum-etl:${ETHEREUMETL_VERSION}
Original file line number Diff line number Diff line change 4848
4949
5050@click .group ()
51- @click .version_option (version = '1.10.0 ' )
51+ @click .version_option (version = '1.10.1 ' )
5252@click .pass_context
5353def cli (ctx ):
5454 pass
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def read(fname):
1111
1212setup (
1313 name = 'ethereum-etl' ,
14- version = '1.10.0 ' ,
14+ version = '1.10.1 ' ,
1515 author = 'Evgeny Medvedev' ,
1616 author_email = 'evge.medvedev@gmail.com' ,
1717 description = 'Tools for exporting Ethereum blockchain data to CSV or JSON' ,
You can’t perform that action at this time.
0 commit comments