From a6544c2a315c0a5bb0f3654891a2234b2f2e9021 Mon Sep 17 00:00:00 2001 From: Lance Release Date: Thu, 15 Jun 2023 16:16:03 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.5=20=E2=86=92=200.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 4 +++- node/package.json | 2 +- rust/ffi/node/Cargo.toml | 2 +- rust/vectordb/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3fc8e6b5..7c6b0237 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,10 +1,12 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 commit = True message = Bump version: {current_version} → {new_version} tag = True tag_name = v{new_version} [bumpversion:file:node/package.json] + [bumpversion:file:rust/ffi/node/Cargo.toml] + [bumpversion:file:rust/vectordb/Cargo.toml] diff --git a/node/package.json b/node/package.json index fbe2cfbc..c9faa160 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vectordb", - "version": "0.1.5", + "version": "0.1.6", "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 281379e7..f41914bf 100644 --- a/rust/ffi/node/Cargo.toml +++ b/rust/ffi/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectordb-node" -version = "0.1.5" +version = "0.1.6" 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 81dbde46..85b05100 100644 --- a/rust/vectordb/Cargo.toml +++ b/rust/vectordb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectordb" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = "Serverless, low-latency vector database for AI applications" license = "Apache-2.0"