From edc9b6587c6affd4c4dc0be28b147459f8140b63 Mon Sep 17 00:00:00 2001 From: lash Date: Sat, 11 Feb 2023 10:21:24 +0000 Subject: [PATCH] Rename deploy to publish --- .../erc20_demurrage_token/runnable/{deploy.py => publish.py} | 0 python/setup.cfg | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename python/erc20_demurrage_token/runnable/{deploy.py => publish.py} (100%) diff --git a/python/erc20_demurrage_token/runnable/deploy.py b/python/erc20_demurrage_token/runnable/publish.py similarity index 100% rename from python/erc20_demurrage_token/runnable/deploy.py rename to python/erc20_demurrage_token/runnable/publish.py diff --git a/python/setup.cfg b/python/setup.cfg index 1cbb7a6..f16b152 100644 --- 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