diff --git a/mailparser/version.py b/mailparser/version.py index 9c913b6..0c64e19 100644 --- a/mailparser/version.py +++ b/mailparser/version.py @@ -17,7 +17,7 @@ limitations under the License. """ -__version__ = "3.12.0" +__version__ = "3.13.0" if __name__ == "__main__": print(__version__)