Skip to content

Commit 2373d5d

Browse files
committed
Bump version: 0.1.7 → 0.1.8
1 parent 09810a3 commit 2373d5d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.bumpversion.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.7
2+
current_version = 0.1.8
33
commit = True
44
tag = True
55

@@ -10,3 +10,7 @@ replace = version = "{new_version}"
1010
[bumpversion:file:README.md]
1111
search = Version: {current_version}
1212
replace = Version: {new_version}
13+
14+
[bumpversion:file:Dockerfile]
15+
search = vector-mcp[all]>={current_version}
16+
replace = vector-mcp[all]>={new_version}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ ENV TRANSPORT=${TRANSPORT}
99
ENV PATH="/usr/local/bin:${PATH}"
1010

1111
RUN pip install uv \
12-
&& uv pip install --system vector-mcp[all]
12+
&& uv pip install --system vector-mcp[all]>=0.1.8
1313

1414
ENTRYPOINT exec vector-mcp --transport "${TRANSPORT}" --host "${HOST}" --port "${PORT}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

2525
This is an MCP Server implementation which allows for a standardized
2626
collection management system across vector database technologies.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vector-mcp"
7-
version = "0.1.7"
7+
version = "0.1.8"
88
description = "Integrate RAG into AI Agents via MCP Server. Supports multiple Vector database technologies."
99
readme = "README.md"
1010
authors = [{ name = "Audel Rouhi", email = "[email protected]" }]

0 commit comments

Comments
 (0)