This commit is contained in:
Will Jones
2023-05-23 18:09:17 -07:00
parent 5e0ff01879
commit e762a4db4b
10 changed files with 60 additions and 16 deletions

View File

@@ -3,6 +3,8 @@ How to release the node module
### 1. Bump the versions
<!-- TODO: we also need to bump the optional dependencies for node! -->
```shell
pushd rust/vectordb
cargo bump minor

View File

@@ -1,6 +1,6 @@
[package]
name = "vectordb"
version = "0.0.1"
version = "0.1.2"
edition = "2021"
description = "Serverless, low-latency vector database for AI applications"
license = "Apache-2.0"