From 39d7b9660346cd07ea2d70142e803d439c22a5bb Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sat, 14 Sep 2024 17:55:07 -0500 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 8332b54b..66b9be94 100644 --- a/src/antsibull/__init__.py +++ b/src/antsibull/__init__.py @@ -9,4 +9,4 @@ from __future__ import annotations -__version__ = "0.65.0" +__version__ = "0.65.0.post0"