Skip to content

Commit 8bc5e4d

Browse files
authored
Correct versioning comment and update classifiers
1 parent 86a40e2 commit 8bc5e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = ["hatchling", "hatch-vcs"]
1212

1313
[project]
1414
name = "wordguess"
15-
# You can chose to use dynamic versioning with hatch or static where you add it manually.
15+
# You can choose to use dynamic versioning with hatch or static where you add it manually.
1616
# version = "2.0.0"
1717
dynamic = ["version"]
1818

@@ -28,7 +28,7 @@ requires-python = ">= 3.10" # Adjust based on the minimum version of Python that
2828
readme = {"file" = "README.md", "content-type" = "text/markdown"}
2929
# Please consult https://pypi.org/classifiers/ for a full list.
3030
classifiers = [
31-
"Development Status :: 2 - Pre-Alpha",
31+
"Development Status :: 5 - Production/Stable",
3232
"Intended Audience :: Science/Research",
3333
"License :: OSI Approved :: MIT License",
3434
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)