From 12d2e3efdc31e86bd3dbcb538f507425d77dab4c Mon Sep 17 00:00:00 2001 From: shitohana Date: Sun, 29 Oct 2023 16:28:23 +0300 Subject: [PATCH] v1.2.3 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea8da69..4bcffec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,4 +40,4 @@ exclude = ["/venv", "/dist", "/test"] [project.scripts] bismarkplot-metagene = "bismarkplot.console_metagene:main" -bismarkplot-chrs = "bismarkplot.console_chrlevels:main" \ No newline at end of file +bismarkplot-chrs = "bismarkplot.console_chrs:main" \ No newline at end of file