From 7a6d701a6070f13496fe68f23514784532c2938a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 12 Sep 2024 10:52:01 +0200 Subject: [PATCH] Post-release version bump. --- src/antsibull_core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/antsibull_core/__init__.py b/src/antsibull_core/__init__.py index 596eb26..6ea811f 100644 --- a/src/antsibull_core/__init__.py +++ b/src/antsibull_core/__init__.py @@ -9,6 +9,6 @@ from __future__ import annotations -__version__ = "3.1.0" +__version__ = "3.1.0.post0" __all__ = ("__version__",)