File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.7
2+ current_version = 0.1.8
33commit = True
44tag = True
55
@@ -10,3 +10,7 @@ replace = version = "{new_version}"
1010[bumpversion:file:README.md]
1111search = Version: {current_version}
1212replace = Version: {new_version}
13+
14+ [bumpversion:file:Dockerfile]
15+ search = vector-mcp[all]>={current_version}
16+ replace = vector-mcp[all]>={new_version}
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ ENV TRANSPORT=${TRANSPORT}
99ENV PATH="/usr/local/bin:${PATH}"
1010
1111RUN pip install uv \
12- && uv pip install --system vector-mcp[all]
12+ && uv pip install --system vector-mcp[all]>=0.1.8
1313
1414ENTRYPOINT exec vector-mcp --transport "${TRANSPORT}" --host "${HOST}" --port "${PORT}"
Original file line number Diff line number Diff line change 2020![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/vector-mcp )
2121![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/vector-mcp )
2222
23- * Version: 0.1.7 *
23+ * Version: 0.1.8 *
2424
2525This is an MCP Server implementation which allows for a standardized
2626collection management system across vector database technologies.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " vector-mcp"
7- version = " 0.1.7 "
7+ version = " 0.1.8 "
88description = " Integrate RAG into AI Agents via MCP Server. Supports multiple Vector database technologies."
99readme = " README.md"
1010authors = [{
name =
" Audel Rouhi" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments