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 aab122e commit 952a49bCopy full SHA for 952a49b
ethereumetl/cli/__init__.py
@@ -48,7 +48,7 @@
48
49
50
@click.group()
51
-@click.version_option(version='2.3.0')
+@click.version_option(version='2.3.1')
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.3.0',
+ version='2.3.1',
15
author='Evgeny Medvedev',
16
author_email='[email protected]',
17
description='Tools for exporting Ethereum blockchain data to CSV or JSON',
0 commit comments