Skip to content

Commit

Permalink
Update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev1088 committed Feb 4, 2019
1 parent 706eb8a commit f7af95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ethereumetl/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


@click.group()
@click.version_option(version='1.2.2')
@click.version_option(version='1.2.3')
@click.pass_context
def cli(ctx):
pass
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name='ethereum-etl',
version='1.2.2',
version='1.2.3',
author='Evgeny Medvedev',
author_email='[email protected]',
description='Tools for exporting Ethereum blockchain data to CSV or JSON',
Expand Down

0 comments on commit f7af95d

Please sign in to comment.