From 01dadb0862a3eae94d908e5f18ae67c611407495 Mon Sep 17 00:00:00 2001 From: Lance Release Date: Thu, 15 Jun 2023 23:30:01 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.6=20=E2=86=92=200.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- node/package.json | 10 +++++----- rust/ffi/node/Cargo.toml | 2 +- rust/vectordb/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7c6b0237..6e948828 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.1.7 commit = True message = Bump version: {current_version} → {new_version} tag = True diff --git a/node/package.json b/node/package.json index ca1e85bf..95197640 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vectordb", - "version": "0.1.6", + "version": "0.1.7", "description": " Serverless, low-latency vector database for AI applications", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -74,9 +74,9 @@ } }, "optionalDependencies": { - "vectordb-darwin-arm64": "0.1.6", - "vectordb-darwin-x64": "0.1.6", - "vectordb-linux-x64-gnu": "0.1.6", - "vectordb-linux-arm64-gnu": "0.1.6" + "vectordb-darwin-arm64": "0.1.7", + "vectordb-darwin-x64": "0.1.7", + "vectordb-linux-x64-gnu": "0.1.7", + "vectordb-linux-arm64-gnu": "0.1.7" } } diff --git a/rust/ffi/node/Cargo.toml b/rust/ffi/node/Cargo.toml index f41914bf..3e4a5e29 100644 --- a/rust/ffi/node/Cargo.toml +++ b/rust/ffi/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectordb-node" -version = "0.1.6" +version = "0.1.7" 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 85b05100..12fd8eb6 100644 --- a/rust/vectordb/Cargo.toml +++ b/rust/vectordb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectordb" -version = "0.1.6" +version = "0.1.7" edition = "2021" description = "Serverless, low-latency vector database for AI applications" license = "Apache-2.0"