Skip to content

Commit b97c436

Browse files
Change PyPI Beta labels to stable
1 parent d5afe15 commit b97c436

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pineappl_cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "maturin"
66
name = "pineappl-cli"
77
requires-python = ">=3.7"
88
classifiers = [
9-
"Development Status :: 4 - Beta",
9+
"Development Status :: 5 - Production/Stable",
1010
"Intended Audience :: Science/Research",
1111
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1212
"Natural Language :: English",

pineappl_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "pineappl"
99
# Python version that we support
1010
requires-python = ">=3.7"
1111
classifiers = [
12-
"Development Status :: 4 - Beta",
12+
"Development Status :: 5 - Production/Stable",
1313
"Intended Audience :: Science/Research",
1414
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1515
"Natural Language :: English",

0 commit comments

Comments
 (0)