Skip to content

Commit

Permalink
Merge pull request #160 from blockchain-etl/bump-minor-version-0.3.7
Browse files Browse the repository at this point in the history
bump minor version
  • Loading branch information
charlielewisme committed Jun 29, 2023
2 parents e86a69f + dc38555 commit 10c5b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/requirements_airflow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

discord-webhook==1.1.0
eth-hash==0.3.3 # Fixes install conflicts issue in Composer
polygon-etl==0.3.6
polygon-etl==0.3.7
web3==5.31.0 # Fixes install conflicts issue in Composer
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name="polygon-etl",
version="0.3.6",
version="0.3.7",
author="Evgeny Medvedev",
author_email="evge.medvedev@gmail.com",
description="Tools for exporting Polygon blockchain data to CSV or JSON",
Expand Down

0 comments on commit 10c5b2d

Please sign in to comment.