From 5c90b5f350820af6b17a113851e0c14b3d834936 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Tue, 23 Sep 2025 17:40:05 +0200 Subject: [PATCH] bump version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 021fa6e..5d086ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "decp.info" description = "" -version = "2.0.0" +version = "2.0.1" requires-python = ">= 3.10" authors = [ { name = "Colin Maudry", email = "colin+decp@maudry.com" }