Skip to content
Snippets Groups Projects
Unverified Commit 2e7e55be authored by Andrei Fajardo's avatar Andrei Fajardo Committed by GitHub
Browse files

[version] bump version to 0.10.10 (#11062)

* bump and publish core

* bump version in __init__.py

* sp error
parent 978cbacc
No related branches found
No related tags found
No related merge requests found
# ChangeLog # 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 ## [0.10.9] - 2024-02-20
- add llama-index-cli dependency - add llama-index-cli dependency
......
"""Init file of LlamaIndex.""" """Init file of LlamaIndex."""
__version__ = "0.10.9" __version__ = "0.10.10"
import logging import logging
from logging import NullHandler from logging import NullHandler
......
...@@ -42,7 +42,7 @@ name = "llama-index-core" ...@@ -42,7 +42,7 @@ name = "llama-index-core"
packages = [{include = "llama_index"}] packages = [{include = "llama_index"}]
readme = "README.md" readme = "README.md"
repository = "https://github.com/run-llama/llama_index" repository = "https://github.com/run-llama/llama_index"
version = "0.10.9" version = "0.10.10"
[tool.poetry.dependencies] [tool.poetry.dependencies]
SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"} SQLAlchemy = {extras = ["asyncio"], version = ">=1.4.49"}
......
...@@ -44,7 +44,7 @@ name = "llama-index" ...@@ -44,7 +44,7 @@ name = "llama-index"
packages = [{from = "_llama-index", include = "llama_index"}] packages = [{from = "_llama-index", include = "llama_index"}]
readme = "README.md" readme = "README.md"
repository = "https://github.com/run-llama/llama_index" repository = "https://github.com/run-llama/llama_index"
version = "0.10.9" version = "0.10.10"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment