From a9e766a8ebcc5636bf1a9843385af916a29e2546 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Sat, 27 Apr 2024 12:47:53 -0700 Subject: [PATCH] v0.0.1-alpha.1 --- VERSION | 2 +- sqlite-dist.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 68c2f72..d75fc87 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1-alpha.0 \ No newline at end of file +0.0.1-alpha.1 \ No newline at end of file diff --git a/sqlite-dist.toml b/sqlite-dist.toml index d182139..641bd86 100644 --- a/sqlite-dist.toml +++ b/sqlite-dist.toml @@ -1,6 +1,6 @@ [package] name = "sqlite-vec" -version = "0.0.1-alpha.0" +version = "0.0.1-alpha.1" license = "MIT OR Apache" homepage = "https://alexgarcia.xyz/sqlite-vec" repo = "https://github.com/asg017/sqlite-vec"