From ea317bac327b1fc2da6a555ca1f70c5c2226147b Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 29 Mar 2026 11:45:17 +0000 Subject: [PATCH] chore(release): v1.0.2 --- backend/app/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/app/__init__.py b/backend/app/__init__.py index fcdb515..0f7bea0 100644 --- a/backend/app/__init__.py +++ b/backend/app/__init__.py @@ -1,3 +1,3 @@ """DMARQ - DMARC monitoring and analysis platform.""" -__version__ = "1.0.1" +__version__ = "1.0.2" diff --git a/pyproject.toml b/pyproject.toml index e131f85..d064d4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dmarq" -version = "1.0.1" +version = "1.0.2" description = "A modern, privacy-conscious DMARC monitoring and analysis platform" readme = "README.md" license = {text = "MIT"}