From 2e0388c47a55fd5a0245b5e7f9408d0018b8ea0b Mon Sep 17 00:00:00 2001 From: nolash Date: Tue, 30 Mar 2021 15:20:03 +0200 Subject: [PATCH] Add transfer script to cli tools in packaging --- apps/cic-eth/cic_eth/version.py | 2 +- apps/cic-eth/setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/cic-eth/cic_eth/version.py b/apps/cic-eth/cic_eth/version.py index 0d7e8016..0245ce93 100644 --- a/apps/cic-eth/cic_eth/version.py +++ b/apps/cic-eth/cic_eth/version.py @@ -10,7 +10,7 @@ version = ( 0, 10, 1, - 'beta.1', + 'beta.2', ) version_object = semver.VersionInfo( diff --git a/apps/cic-eth/setup.cfg b/apps/cic-eth/setup.cfg index 8d7b8b94..87476a3f 100644 --- a/apps/cic-eth/setup.cfg +++ b/apps/cic-eth/setup.cfg @@ -54,3 +54,4 @@ console_scripts = # TODO: Merge this with ctl when subcmds sorted to submodules cic-eth-tag = cic_eth.runnable.tag:main cic-eth-resend = cic_eth.runnable.resend:main + cic-eth-transfer = cic_eth.runnable.transfer:main