Skip to content

Commit 0183a45

Browse files
authored
Fixed Incorrect Pyproject Classifier (#185)
1 parent 17f6f26 commit 0183a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["ml", "ops", "camera", "luxonis", "oak"]
1010
dynamic = ["dependencies", "optional-dependencies", "version"]
1111
classifiers = [
1212
"License :: OSI Approved :: Apache Software License",
13-
"Development Status :: 3 - Beta",
13+
"Development Status :: 4 - Beta",
1414
"Programming Language :: Python :: 3.8",
1515
"Programming Language :: Python :: 3.9",
1616
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)