From fb0615fbca5a0167427497280790e55ed8ae4085 Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Fri, 19 Apr 2024 12:30:39 -0400 Subject: [PATCH] fix Development Status classifier in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fcba661..053bf48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "rashdf" description = "Read data from HEC-RAS HDF files." readme = "README.md" classifiers = [ - "Development Status :: 3 - Beta", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3",