From c8bebf47762a3231d94a9480201b3e3e1d270301 Mon Sep 17 00:00:00 2001 From: Lance Release Date: Mon, 26 Jun 2023 18:12:38 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.8=20=E2=86=92=200.1.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- node/package.json | 2 +- rust/ffi/node/Cargo.toml | 2 +- rust/vectordb/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0bf8263c..4a3f5275 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.8 +current_version = 0.1.9 commit = True message = Bump version: {current_version} → {new_version} tag = True diff --git a/node/package.json b/node/package.json index ec59e710..585c185f 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vectordb", - "version": "0.1.8", + "version": "0.1.9", "description": " Serverless, low-latency vector database for AI applications", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/rust/ffi/node/Cargo.toml b/rust/ffi/node/Cargo.toml index e4278ebb..4d7855b7 100644 --- a/rust/ffi/node/Cargo.toml +++ b/rust/ffi/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectordb-node" -version = "0.1.8" +version = "0.1.9" description = "Serverless, low-latency vector database for AI applications" license = "Apache-2.0" edition = "2018" diff --git a/rust/vectordb/Cargo.toml b/rust/vectordb/Cargo.toml index 71a47d5e..5e822af6 100644 --- a/rust/vectordb/Cargo.toml +++ b/rust/vectordb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectordb" -version = "0.1.8" +version = "0.1.9" edition = "2021" description = "Serverless, low-latency vector database for AI applications" license = "Apache-2.0"