commit edc9b6587c6affd4c4dc0be28b147459f8140b63 parent 17638b0a515bad13f1c5df3aa98f1cc61d7aca5f Author: lash <dev@holbrook.no> Date: Sat, 11 Feb 2023 10:21:24 +0000 Rename deploy to publish Diffstat:
R | python/erc20_demurrage_token/runnable/deploy.py -> python/erc20_demurrage_token/runnable/publish.py | | | 0 | |
M | python/setup.cfg | | | 4 | ++-- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/erc20_demurrage_token/runnable/deploy.py b/python/erc20_demurrage_token/runnable/publish.py diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-demurrage-token -version = 0.3.1 +version = 0.3.2 description = ERC20 token with redistributed continual demurrage author = Louis Holbrook author_email = dev@holbrook.no @@ -40,4 +40,4 @@ packages = [options.entry_points] console_scripts = - erc20-demurrage-token-deploy = erc20_demurrage_token.runnable.deploy:main + erc20-demurrage-token-publish = erc20_demurrage_token.runnable.publish:main