From 05bfe5663f99875272c2d7dd7d3a04151f8a024b Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Sat, 27 Apr 2024 12:54:36 -0700 Subject: [PATCH] v0.0.1-alpha.3 --- VERSION | 2 +- sqlite-dist.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 54e9d53..7e990ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1-alpha.2 \ No newline at end of file +0.0.1-alpha.3 \ No newline at end of file diff --git a/sqlite-dist.toml b/sqlite-dist.toml index e0b262d..72a323b 100644 --- a/sqlite-dist.toml +++ b/sqlite-dist.toml @@ -1,6 +1,6 @@ [package] name = "sqlite-vec" -version = "0.0.1-alpha.2" +version = "0.0.1-alpha.3" license = "MIT OR Apache" homepage = "https://alexgarcia.xyz/sqlite-vec" repo = "https://github.com/asg017/sqlite-vec"