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 6142893 commit 7cef054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5")
@click.version_option(version="0.3.8")
@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.7",
version="0.3.8",
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 7cef054

Please sign in to comment.