From d53fbfaba6b6c156f085a6916d1f4b36a45f2a70 Mon Sep 17 00:00:00 2001 From: Stuart Maxwell Date: Fri, 6 Dec 2024 18:09:31 +1300 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D=20bump=20version=200.1.1=20->=201.?= =?UTF-8?q?0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- src/dmarc_report/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 887bfb9..0663f85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dmarc-report" -version = "0.1.1" +version = "1.0.0" description = "Displays a nicely formatted report in your terminal from a DMARC XML report." readme = "README.md" authors = [{ name = "Stuart Maxwell", email = "stuart@amanzi.nz" }] @@ -68,7 +68,7 @@ convention = "google" # Accepts: "google", "numpy", or "pep257". python_files = "test_*.py" [tool.bumpver] -current_version = "0.1.1" +current_version = "1.0.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "👍 bump version {old_version} -> {new_version}" commit = true diff --git a/src/dmarc_report/__init__.py b/src/dmarc_report/__init__.py index f3195aa..4227209 100644 --- a/src/dmarc_report/__init__.py +++ b/src/dmarc_report/__init__.py @@ -1,3 +1,3 @@ """DMARC report parser and display tool.""" -__version__ = "0.1.1" +__version__ = "1.0.0"