Skip to content

Commit

Permalink
SDK - Bumped version (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasMarvin committed May 20, 2024
1 parent d83bc45 commit 74f7d05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pgml-sdks/pgml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgml"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
authors = ["PosgresML <[email protected]>"]
homepage = "https://postgresml.org/"
Expand Down
2 changes: 1 addition & 1 deletion pgml-sdks/pgml/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgml",
"version": "1.0.2",
"version": "1.0.3",
"description": "Open Source Alternative for Building End-to-End Vector Search Applications without OpenAI & Pinecone",
"keywords": [
"postgres",
Expand Down
2 changes: 1 addition & 1 deletion pgml-sdks/pgml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "pgml"
requires-python = ">=3.7"
version = "1.0.2"
version = "1.0.3"
description = "Python SDK is designed to facilitate the development of scalable vector search applications on PostgreSQL databases."
authors = [
{name = "PostgresML", email = "[email protected]"},
Expand Down

0 comments on commit 74f7d05

Please sign in to comment.