From 9cb292752349bdc5f1f5db0cadcf0f61e62e1de2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 14 Nov 2023 07:09:35 +0100 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 8129c77f..12bc224d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "antsibull" -version = "0.59.0" +version = "0.59.0.post0" description = "Tools for building the Ansible Distribution" license = "GPL-3.0-or-later" license-files = {globs=["LICENSES/*.txt"]}