From f6fda44642e8c1d7f346cde2715dc62a824681ae Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sun, 9 Jul 2023 13:52:42 -0500 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 5e81da89..2a34b747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "antsibull" -version = "0.57.0" +version = "0.57.0.post0" description = "Tools for building the Ansible Distribution" license = "GPL-3.0-or-later" license-files = {globs=["LICENSES/*.txt"]}