Skip to content

Commit 412e764

Browse files
committed
Update version
1 parent 0ea01de commit 412e764

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bitcoinetl/cli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131

3232
@click.group()
33-
@click.version_option(version='1.1.0')
33+
@click.version_option(version='1.2.0')
3434
@click.pass_context
3535
def cli(ctx):
3636
pass

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111

1212
setup(
1313
name='bitcoin-etl',
14-
version='1.1.0',
14+
version='1.2.0',
1515
author='Evgeny Medvedev',
1616
author_email='[email protected]',
1717
description='Tools for exporting Bitcoin blockchain data to JSON',

0 commit comments

Comments
 (0)