From 7a7442c3db4e3ea9b22bbf030fbbeb625c3e821f Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Wed, 22 Jul 2026 15:29:06 +0200 Subject: [PATCH] Set development status to stable --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7a6f46..3f22dd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ readme = "README.md" license = "GPL-3.0-only" keywords = ["dns", "ddns", "service", "http", "https"] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Stable", "Topic :: Internet :: Name Service (DNS)", "Intended Audience :: System Administrators", "Programming Language :: Python :: 3"