We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47308f4 commit 0f6234aCopy full SHA for 0f6234a
ethereumetl/cli/__init__.py
@@ -48,7 +48,7 @@
48
49
50
@click.group()
51
-@click.version_option(version='2.0.6')
+@click.version_option(version='2.1.0')
52
@click.pass_context
53
def cli(ctx):
54
pass
setup.py
@@ -11,7 +11,7 @@ def read(fname):
11
12
setup(
13
name='ethereum-etl',
14
- version='2.0.6',
+ version='2.1.0',
15
author='Evgeny Medvedev',
16
author_email='evge.medvedev@gmail.com',
17
description='Tools for exporting Ethereum blockchain data to CSV or JSON',
0 commit comments