From 6c09169bbc2ab6ea7e7c8fd9a571c8ffbeac961f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 30 Jan 2023 12:25:18 +0100 Subject: [PATCH] 0.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5bf48b1..2d19fc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ description = 'Debian Repository Mirror Profile' name = 'drmp' readme = 'readme.md' requires-python = '>=3.6' -version = '0.0.1' +version = '0.0.0' [build-system] requires = ['hatchling']