Bump version to 11.0.2 (#911)

The release commit (f7c94ae) renamed the CHANGELOG heading but left
parsedmarc/constants.py at 11.0.1; release.yml refuses to build when the
tag does not match hatch version.

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Sean Whalen
2026-09-12 14:36:05 -04:00
committed by GitHub
co-authored by Claude Fable 5.1
parent f7c94ae758
commit da2beb5855
+1 -1
View File
@@ -1,4 +1,4 @@
__version__ = "11.0.1"
__version__ = "11.0.2"
USER_AGENT = f"parsedmarc/{__version__}"