Skip to content

Commit 10c5b2d

Browse files
Merge pull request #160 from blockchain-etl/bump-minor-version-0.3.7
bump minor version
2 parents e86a69f + dc38555 commit 10c5b2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

airflow/requirements_airflow.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
discord-webhook==1.1.0
66
eth-hash==0.3.3 # Fixes install conflicts issue in Composer
7-
polygon-etl==0.3.6
7+
polygon-etl==0.3.7
88
web3==5.31.0 # Fixes install conflicts issue in Composer

cli/setup.py

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

1212
setup(
1313
name="polygon-etl",
14-
version="0.3.6",
14+
version="0.3.7",
1515
author="Evgeny Medvedev",
1616
author_email="[email protected]",
1717
description="Tools for exporting Polygon blockchain data to CSV or JSON",

0 commit comments

Comments
 (0)