From 4f1b2ac352807f8f2e539f2ecff6094e6ca6861e Mon Sep 17 00:00:00 2001 From: Philipp Wendler Date: Sat, 23 Nov 2024 10:21:36 +0100 Subject: [PATCH] Prepare version number for next development cycle. --- benchexec/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchexec/__init__.py b/benchexec/__init__.py index 835792b62..92ad80210 100644 --- a/benchexec/__init__.py +++ b/benchexec/__init__.py @@ -34,7 +34,7 @@ Variables ending with "tag" contain references to XML tag objects created by the XML parser. """ -__version__ = "3.27" +__version__ = "3.28-dev" class BenchExecException(Exception): # noqa: N818 backwards compatibility