Bump version to 9.3.0 in constants.py

This commit is contained in:
Sean Whalen
2026-03-21 15:52:34 -04:00
parent 97ca618d55
commit b0fc433599

View File

@@ -1,3 +1,3 @@
__version__ = "9.2.1"
__version__ = "9.3.0"
USER_AGENT = f"parsedmarc/{__version__}"