Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev1088 committed Oct 5, 2023
1 parent 43a0742 commit 02a3670
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.9
polygon-etl==0.4.0
web3==5.31.0 # Fixes install conflicts issue in Composer
2 changes: 1 addition & 1 deletion airflow/requirements_parse.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
eth-hash==0.3.3 # Fixes install conflicts issue in Composer
polygon-etl==0.3.9
polygon-etl==0.4.0
web3==5.31.0 # Fixes install conflicts issue in Composer

google-api-core==2.8.1 # matches `composer-2.1.14-airflow-2.5.1`
Expand Down
2 changes: 1 addition & 1 deletion cli/polygonetl/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@


@click.group()
@click.version_option(version="0.3.9")
@click.version_option(version="0.4.0")
@click.pass_context
def cli(ctx):
pass
Expand Down
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.9",
version="0.4.0",
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 02a3670

Please sign in to comment.