File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Uploading to Docker Hub  
22
33``` bash 
4- ETHEREUMETL_VERSION=1.6.0 
4+ ETHEREUMETL_VERSION=1.6.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 4444
4545
4646@click .group () 
47- @click .version_option (version = '1.6.0 ' ) 
47+ @click .version_option (version = '1.6.1 ' ) 
4848@click .pass_context  
4949def  cli (ctx ):
5050    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.6.0 ' ,
14+     version = '1.6.1 ' ,
1515    author = 'Evgeny Medvedev' ,
16161717    description = 'Tools for exporting Ethereum blockchain data to CSV or JSON' ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments