Skip to content

Commit 09810a3

Browse files
committed
Bump version: 0.1.6 → 0.1.7
1 parent b206553 commit 09810a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

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

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.6*
23+
*Version: 0.1.7*
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.6"
7+
version = "0.1.7"
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 = "knucklessg1@gmail.com" }]

0 commit comments

Comments
 (0)