Skip to content

Commit a7ef0bd

Browse files
committed
chore: Bump version to 1.0.4 for release
- Ollama integration with Docker examples - Fixed OllamaLanguageModel parameter name (model -> model_id) - Added CI/CD tests for Ollama - Updated documentation with consistent API examples
1 parent 337beee commit a7ef0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
1818

1919
[project]
2020
name = "langextract"
21-
version = "1.0.3"
21+
version = "1.0.4"
2222
description = "LangExtract: A library for extracting structured data from language models"
2323
readme = "README.md"
2424
requires-python = ">=3.10"

0 commit comments

Comments
 (0)