diff --git a/pyproject.toml b/pyproject.toml index 32fbe09..d446ef8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ Repository = "https://github.com/liquidz00/Patcher" Issues = "https://github.com/liquidz00/Patcher/issues/new?assignees=&labels=bug&projects=&template=issue.md&title=%5BISSUE%5D+Your+Issue+Title" [project.scripts] -patcherctl = "patcher.cli:main" +patcherctl = "patcher.cli:cli" [project.optional-dependencies] all = [ diff --git a/src/patcher/__about__.py b/src/patcher/__about__.py index 79caf7e..f8f3f1a 100644 --- a/src/patcher/__about__.py +++ b/src/patcher/__about__.py @@ -1,2 +1,2 @@ __title__ = "patcher" -__version__ = "2.0.2" +__version__ = "2.0.1"