From 477f22040fc3e7bee61b33a75ce26728e2b430e4 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Thu, 15 Feb 2024 02:53:44 +0000 Subject: [PATCH] Post-release version bump. --- src/antsibull/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/antsibull/__init__.py b/src/antsibull/__init__.py index e9813697..5a87a788 100644 --- a/src/antsibull/__init__.py +++ b/src/antsibull/__init__.py @@ -9,4 +9,4 @@ from __future__ import annotations -__version__ = "0.60.0" +__version__ = "0.60.0.post0"