From 6d09722728f4e90abc866cdebf5cace2140f3694 Mon Sep 17 00:00:00 2001 From: Tingyou Wang Date: Wed, 20 Nov 2024 15:11:50 -0600 Subject: [PATCH] fix Python package classifier typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04b9089..dfd982c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/ylab-hi/ScanITD" repository = "https://github.com/ylab-hi/ScanITD" documentation = "https://scanitd.readthedocs.io" classifiers = [ - "Development Status :: 1 - Beta", + "Development Status :: 4 - Beta", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",