From 43c84010f904ca84aef22128294dc61552822bff Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 2 Sep 2023 13:30:41 +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 005a1bb..5bb53b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "antsibull-core" -version = "2.1.0" +version = "2.1.0.post0" description = "Tools for building the Ansible Distribution" license = "GPL-3.0-or-later AND BSD-2-Clause AND MIT AND PSF-2.0" license-files = {globs=["LICENSES/*.txt"]}