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 706eb8a commit f7af95dCopy full SHA for f7af95d
ethereumetl/cli/__init__.py
@@ -40,7 +40,7 @@
40
41
42
@click.group()
43
-@click.version_option(version='1.2.2')
+@click.version_option(version='1.2.3')
44
@click.pass_context
45
def cli(ctx):
46
pass
setup.py
@@ -11,7 +11,7 @@ def read(fname):
11
12
setup(
13
name='ethereum-etl',
14
- version='1.2.2',
+ version='1.2.3',
15
author='Evgeny Medvedev',
16
author_email='[email protected]',
17
description='Tools for exporting Ethereum blockchain data to CSV or JSON',
0 commit comments