Skip to content

Commit e356a7f

Browse files
authored
Merge pull request #33 from neo4j/fix-classifier
Fix dev status classifier
2 parents 99d79a8 + 77f5f16 commit e356a7f

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 @@ readme = "README.md"
1010
authors = [{ name = "Neo4j", email = "[email protected]" }]
1111
license = { file = "LICENSE" }
1212
classifiers = [
13-
"Development Status :: 2 - Pre-alpha",
13+
"Development Status :: 2 - Pre-Alpha",
1414
"Intended Audience :: Developers",
1515
"Intended Audience :: Science/Research",
1616
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)