From 3a959535d408ae2b40fb8abbf73ae945624d9399 Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Tue, 11 Feb 2025 11:34:12 +0100 Subject: [PATCH] Back to development: 2.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f00cfc..f486235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "plone.meta" -version = "2.0.0" +version = "2.0.1.dev0" description = "Applies a standard set of configuration files for Plone repositories" readme = "README.md" license = { file = "LICENSE" }