Skip to content

Commit 3111218

Browse files
committed
Bump version to 0.4.0
1 parent db090b2 commit 3111218

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pyproject.toml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
[project]
22
name = "codelogic-mcp-server"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Integrates CodeLogic's powerful codebase knowledge graphs with a Model Context Protocol (MCP) server"
55
readme = "README.md"
66
license = "MPL-2.0"
77
requires-python = ">=3.13"
8-
dependencies = [
9-
"debugpy>=1.8.12",
10-
"httpx>=0.28.1",
11-
"mcp[cli]>=1.3.0",
12-
"neo4j>=5.28.1",
13-
"pip-licenses>=5.0.0",
14-
"python-dotenv>=1.0.1",
15-
"tenacity>=9.0.0",
16-
]
8+
dependencies = [ "debugpy>=1.8.12", "httpx>=0.28.1", "mcp[cli]>=1.3.0", "neo4j>=5.28.1", "pip-licenses>=5.0.0", "python-dotenv>=1.0.1", "tenacity>=9.0.0",]
179
[[project.authors]]
1810
name = "garrmark"
1911

0 commit comments

Comments
 (0)