From 371a7d98ccc7e324ab22afed13ac0a8ed0e658bc Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 21 Nov 2024 00:08:53 +0000 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f09b685..25f062d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ name = "icecube-simprod-histogram" description = "Utilities for working with histograms created for simprod" readme = "README.md" keywords = ["histogram sampling", "simulation", "statistics"] -classifiers = ["Development Status :: 3 - Alpha", "Programming Language :: Python :: 3.11"] +classifiers = ["Development Status :: 4 - Beta", "Programming Language :: Python :: 3.11"] requires-python = ">=3.11, <3.12" [[project.authors]]