Skip to content

Commit 8d111e0

Browse files
Bump version to 1.0.1
1 parent 6224f1c commit 8d111e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,4 +1075,4 @@ See [CHANGELOG.md](CHANGELOG.md) for version history and migration guides.
10751075

10761076
---
10771077

1078-
**Made with ❤️ by the [The Two Farm](https://www.linkedin.com/in/thetwofarm/)****
1078+
**Made with ❤️ by the [The Two Farm](https://www.linkedin.com/in/thetwofarm/)**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "crossvector"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Cross-platform vector database engine with pluggable adapters"
55
readme = "README.md"
66
requires-python = ">=3.11"

src/crossvector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .schema import VectorDocument
99
from .types import Doc, DocId, DocIds
1010

11-
__version__ = "1.0.0"
11+
__version__ = "1.0.1"
1212

1313
__all__ = [
1414
"VectorEngine",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)