From cafbdfdd7cf13d02b3ac6eb5e74d391c9e52c70e Mon Sep 17 00:00:00 2001
From: Jules Kuehn <jk@jules.lol>
Date: Tue, 19 Mar 2024 12:06:02 -0400
Subject: [PATCH] ci/cd (PGVectorStore): bump version; still trying to get this
 published! (#12083)

---
 .../llama-index-vector-stores-postgres/pyproject.toml           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-postgres/pyproject.toml b/llama-index-integrations/vector_stores/llama-index-vector-stores-postgres/pyproject.toml
index 26c135b846..a605510d91 100644
--- a/llama-index-integrations/vector_stores/llama-index-vector-stores-postgres/pyproject.toml
+++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-postgres/pyproject.toml
@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
 license = "MIT"
 name = "llama-index-vector-stores-postgres"
 readme = "README.md"
-version = "0.1.4"
+version = "0.1.4.post1"
 
 [tool.poetry.dependencies]
 python = ">=3.8.1,<4.0"
-- 
GitLab