Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev1088 committed Jan 24, 2019
1 parent 465edac commit 8af0b4c
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 @@ -27,7 +27,7 @@
from bitcoinetl.cli.get_block_range_for_date import get_block_range_for_date

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

0 comments on commit 8af0b4c

Please sign in to comment.