From d998895045fb223a456bc4be6827b23fd51e4630 Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Tue, 5 Mar 2024 11:50:23 +0100 Subject: [PATCH] Change dev status back to 4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9347af0d..150c5292c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.8" readme = "README.md" license = {text = "MIT"} classifiers = [ - "Development Status :: 5 - Beta", + "Development Status :: 4 - Beta", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License",