diff --git a/parsedmarc/constants.py b/parsedmarc/constants.py index 5a326cb..e59a78d 100644 --- a/parsedmarc/constants.py +++ b/parsedmarc/constants.py @@ -1,2 +1,2 @@ -__version__ = "9.0.1" +__version__ = "9.0.2" USER_AGENT = f"parsedmarc/{__version__}"