Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev1088 committed Jun 22, 2021
1 parent 97bff7f commit a4e10ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/polygonetl/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@


@click.group()
@click.version_option(version='0.0.17')
@click.version_option(version='0.1.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.0.17',
version='0.1.0',
author='Evgeny Medvedev',
author_email='evge.medvedev@gmail.com',
description='Tools for exporting Polygon blockchain data to CSV or JSON',
Expand Down
2 changes: 1 addition & 1 deletion streaming/example_values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
stream:
image:
repository: blockchainetl/polygon-etl
tag: 0.0.17
tag: 0.1.0
config:
PROVIDER_URI: "grpcs://api.mainnet.polygon.one:443"
STREAM_OUTPUT: "projects/<your_project>/topics/crypto_polygon"
Expand Down

0 comments on commit a4e10ff

Please sign in to comment.