From b99bb3e265759968be36909300c070ccb259bb2d Mon Sep 17 00:00:00 2001 From: Felix Boers Date: Thu, 22 Jan 2026 12:10:55 +0100 Subject: [PATCH] chore: bump version to 1.0.0 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 7bd8ae9..570490d 100644 --- a/__init__.py +++ b/__init__.py @@ -5,7 +5,7 @@ import albert md_iid = '5.0' md_name = "HTTP Status Codes" md_description = "Show the list of HTTP Status Codes" -md_version = "0.0.1" +md_version = "1.0.0" md_license = "MIT" md_url = "https://gitea.felix-boers.de/fboers/albert-plugin-python-http-status-codes" md_authors = ["@felixboers"]