From e75fb27d6aa7d65cc418fb81a5710d7f128a7698 Mon Sep 17 00:00:00 2001
From: Haotian Zhang <socool.king@gmail.com>
Date: Wed, 7 Feb 2024 13:23:12 -0800
Subject: [PATCH] Version bump to 0.9.45.post1 (#10505)

---
 CHANGELOG.md        | 11 +++++++++++
 llama_index/VERSION |  2 +-
 pyproject.toml      |  2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cdd45cdf0..e8ce1686b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
 # ChangeLog
 
+## [0.9.45.post1] - 2024-02-07
+
+### New Features
+
+- Upgraded deeplake vector database to use BasePydanticVectorStore (#10504)
+
+### Bug Fixes / Nits
+
+- Fix MD parser for inconsistency tables (#10488)
+- Fix ImportError for pypdf in MetadataExtractionSEC.ipynb (#10491)
+
 ## [0.9.45] - 2024-02-07
 
 ### New Features
diff --git a/llama_index/VERSION b/llama_index/VERSION
index d3b54211d..cbb5a2b68 100644
--- a/llama_index/VERSION
+++ b/llama_index/VERSION
@@ -1 +1 @@
-0.9.45
+0.9.45.post1
diff --git a/pyproject.toml b/pyproject.toml
index 199b1e8ee..4b659441b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -42,7 +42,7 @@ name = "llama-index"
 packages = [{include = "llama_index"}]
 readme = "README.md"
 repository = "https://github.com/run-llama/llama_index"
-version = "0.9.45"
+version = "0.9.45.post1"
 
 [tool.poetry.dependencies]
 SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
-- 
GitLab