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