Skip to content

Commit 824e18c

Browse files
Bump version to 1.0.0
1 parent 1007fdb commit 824e18c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ jobs:
3030
3131
- name: Publish to PyPI
3232
uses: pypa/gh-action-pypi-publish@release/v1
33+
with:
34+
skip-existing: true # Avoid failing when a version artifact is already on PyPI

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 = "0.1.3"
3+
version = "1.0.0"
44
description = "Cross-platform vector database engine with pluggable adapters"
55
readme = "README.md"
66
requires-python = ">=3.11"

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)