Skip to content

Commit 9fe0d14

Browse files
committed
fix: Replaced "Development Status :: 5 - Beta" with the correct PyPI classifier "Development Status :: 4 - Beta"
1 parent d13f3a4 commit 9fe0d14

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
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mcp-arangodb-async"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "A Model Context Protocol server for ArangoDB"
99
readme = "README.md"
1010
license = "Apache-2.0"
@@ -13,7 +13,7 @@ authors = [
1313
]
1414
keywords = ["mcp", "mcp-server", "model-context-protocol", "async", "arangodb", "database", "aql", "graph"]
1515
classifiers = [
16-
"Development Status :: 5 - Beta",
16+
"Development Status :: 4 - Beta",
1717
"Intended Audience :: Developers",
1818
"License :: OSI Approved :: Apache Software License",
1919
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)