diff --git a/CHANGELOG.md b/CHANGELOG.md index c062be43ed065a4fc5f9493b318b455ba4237931..013e9f99106268c31bf8fa760d7dfb0ae530efdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ChangeLog +## [0.10.10] - 2024-02-20 + +I'm still a bit wonky with our publishing process -- apologies. This is just a version +bump to ensure the changes that were supposed to happen in 0.10.9 actually +did get published. (AF) + ## [0.10.9] - 2024-02-20 - add llama-index-cli dependency diff --git a/llama-index-core/llama_index/core/__init__.py b/llama-index-core/llama_index/core/__init__.py index baa14dcf3fa01c1769169767b4fdbfdcb8eb7a86..53b3871997e2838582f44f96d00054a936b5b044 100644 --- a/llama-index-core/llama_index/core/__init__.py +++ b/llama-index-core/llama_index/core/__init__.py @@ -1,6 +1,6 @@ """Init file of LlamaIndex.""" -__version__ = "0.10.9" +__version__ = "0.10.10" import logging from logging import NullHandler diff --git a/llama-index-core/pyproject.toml b/llama-index-core/pyproject.toml index 5e13bed6e27472989388497bbe9c1f9fecf166b2..2b9cb51f0b2e914ce86814f08484a4acba228403 100644 --- a/llama-index-core/pyproject.toml +++ b/llama-index-core/pyproject.toml @@ -42,7 +42,7 @@ name = "llama-index-core" packages = [{include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.10.9" +version = "0.10.10" [tool.poetry.dependencies] SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"} diff --git a/pyproject.toml b/pyproject.toml index 8d721481143f95885d8bb30cb7d2556914b8fb4f..394200e769d734b06f3376a4204f2aa93cd4e1b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ name = "llama-index" packages = [{from = "_llama-index", include = "llama_index"}] readme = "README.md" repository = "https://github.com/run-llama/llama_index" -version = "0.10.9" +version = "0.10.10" [tool.poetry.dependencies] python = ">=3.8.1,<4.0"