Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev1088 committed Jul 8, 2019
1 parent dfd0428 commit af9fb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitcoinetl/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


@click.group()
@click.version_option(version='1.2.1')
@click.version_option(version='1.3.0')
@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='bitcoin-etl',
version='1.2.1',
version='1.3.0',
author='Evgeny Medvedev',
author_email='[email protected]',
description='Tools for exporting Bitcoin blockchain data to JSON',
Expand Down

0 comments on commit af9fb57

Please sign in to comment.