commit 69fe24e593068f6ea4795f36ab91f79790d03b2e
parent c2c7a47faf899e368f4c859db1cce4d695f59123
Author: lash <dev@holbrook.no>
Date: Sat, 11 Feb 2023 09:54:28 +0000
Rename deploy to publish
Diffstat:
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/python/CHANGELOG b/python/CHANGELOG
@@ -1,3 +1,9 @@
+* 0.3.3
+ - Rename cli script from deploy to publish
+* 0.3.2
+ - Add remove option
+* 0.3.0
+ - Upgrade deps
* 0.1.5
- Add missing add_0x in writer cli
diff --git a/python/eth_accounts_index/runnable/deploy.py b/python/eth_accounts_index/runnable/publish.py
diff --git a/python/setup.cfg b/python/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = eth-accounts-index
-version = 0.3.2
+version = 0.3.3
description = Accounts index evm contract tooling with permissioned writes
author = Louis Holbrook
author_email = dev@holbrook.no
@@ -40,7 +40,7 @@ testing =
[options.entry_points]
console_scripts =
- eth-accounts-index-deploy = eth_accounts_index.runnable.deploy:main
+ eth-accounts-index-publish = eth_accounts_index.runnable.publish:main
eth-accounts-index-add = eth_accounts_index.runnable.add:main
eth-accounts-index-writer = eth_accounts_index.runnable.writer:main
eth-accounts-index-list = eth_accounts_index.runnable.list:main