Skip to content

Commit

Permalink
Prepare version number for next development cycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed Sep 20, 2024
1 parent 15657cd commit ae57550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchexec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
Variables ending with "tag" contain references to XML tag objects created by the XML parser.
"""

__version__ = "3.25"
__version__ = ""


class BenchExecException(Exception): # noqa: N818 backwards compatibility
Expand Down

0 comments on commit ae57550

Please sign in to comment.