diff --git a/parsedmarc/constants.py b/parsedmarc/constants.py index 4d181923..f7e4a3d0 100644 --- a/parsedmarc/constants.py +++ b/parsedmarc/constants.py @@ -1,4 +1,4 @@ -__version__ = "11.0.1" +__version__ = "11.0.2" USER_AGENT = f"parsedmarc/{__version__}"