Skip to content
Snippets Groups Projects
Unverified Commit b7014dfd authored by Bryce Freshcorn's avatar Bryce Freshcorn Committed by GitHub
Browse files

Hotfix: Forgot to increment `llama-index-llms-anthropic` to `v0.4.1` (#16924)

parent e4ff8c81
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ jobs: ...@@ -64,7 +64,7 @@ jobs:
done done
if [[ "$root" != "." && "$root" != "/" && "$root" != "./" && ! "$FILTER_PATTERNS" =~ "$root" ]]; then if [[ "$root" != "." && "$root" != "/" && "$root" != "./" && ! "$FILTER_PATTERNS" =~ "$root" ]]; then
FILTER_PATTERNS="${FILTER_PATTERNS}'${root}'," FILTER_PATTERNS="${FILTER_PATTERNS}'${root}/llama_index',"
CHANGED_ROOTS="${CHANGED_ROOTS} ${root}/::" CHANGED_ROOTS="${CHANGED_ROOTS} ${root}/::"
fi fi
done done
......
...@@ -27,7 +27,7 @@ exclude = ["**/BUILD"] ...@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
license = "MIT" license = "MIT"
name = "llama-index-llms-anthropic" name = "llama-index-llms-anthropic"
readme = "README.md" readme = "README.md"
version = "0.4.0" version = "0.4.1"
[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.
Finish editing this message first!
Please register or to comment