From 08e98defaa10ad8aea4c17289b351769a7a85dd7 Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Sun, 9 Feb 2025 12:15:31 +0100 Subject: [PATCH] typo in realse version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0b5efd..8bb404a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "prodir" -version = "0.1.0" +version = "1.0.0" description = "A module for analyzing and creating directory structures" scripts = {prodir = "prodir.__main__:main"} dependencies = []