Skip to content

Commit 8869cbf

Browse files
committed
Misc
1 parent fcdf477 commit 8869cbf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.in.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
{name = "Caleb P. Burns", email = "cpburnz@gmail.com"},
88
]
99
classifiers = [
10-
"Development Status :: 4 - Beta",
10+
"Development Status :: 5 - Production/Stable",
1111
"Intended Audience :: Developers",
1212
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
1313
"Operating System :: OS Independent",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
{name = "Caleb P. Burns", email = "cpburnz@gmail.com"},
88
]
99
classifiers = [
10-
"Development Status :: 4 - Beta",
10+
"Development Status :: 5 - Production/Stable",
1111
"Intended Audience :: Developers",
1212
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
1313
"Operating System :: OS Independent",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author = Caleb P. Burns
33
author_email = cpburnz@gmail.com
44
classifiers =
5-
Development Status :: 4 - Beta
5+
Development Status :: 5 - Production/Stable
66
Intended Audience :: Developers
77
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
88
Operating System :: OS Independent

0 commit comments

Comments
 (0)