From ec9a4ed90beb9dff0773cc0e54c6f9f07a62370d Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 10 Aug 2023 12:54:36 +0200 Subject: [PATCH] Post-release version bump. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37006367..ceb379fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "antsibull-changelog" -version = "0.23.0" +version = "0.23.0.post0" description = "Changelog tool for Ansible-base and Ansible collections" readme = "README.md" requires-python = ">= 3.9.0"