Skip to content

Commit e244673

Browse files
committed
Update versions
1 parent c2d9fc4 commit e244673

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

korvus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "korvus"
3-
version = "1.1.2"
3+
version = "1.1.5"
44
edition = "2021"
55
authors = ["PosgresML <[email protected]>"]
66
homepage = "https://postgresml.org/"

korvus/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "korvus",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Open Source Alternative for Building End-to-End Vector Search Applications without OpenAI & Pinecone",
55
"keywords": [
66
"postgres",

korvus/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "maturin"
55
[project]
66
name = "korvus"
77
requires-python = ">=3.7"
8-
version = "1.1.2"
8+
version = "1.1.5"
99
description = "Python SDK is designed to facilitate the development of scalable vector search applications on PostgreSQL databases."
1010
authors = [
1111
{name = "PostgresML", email = "[email protected]"},

0 commit comments

Comments
 (0)