langextract-vllm 0.1.0__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: langextract-vllm
3
- Version: 0.1.0
4
- Summary: LangExtract provider plugin for VLLM - 高性能大语言模型推理插件
3
+ Version: 0.1.1
4
+ Summary: LangExtract provider plugin for VLLM
5
5
  Project-URL: Homepage, https://github.com/langextract/langextract-vllm
6
6
  Project-URL: Repository, https://github.com/langextract/langextract-vllm
7
7
  Project-URL: Documentation, https://langextract-vllm.readthedocs.io
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "langextract-vllm"
7
- version = "0.1.0"
8
- description = "LangExtract provider plugin for VLLM - 高性能大语言模型推理插件"
7
+ version = "0.1.1"
8
+ description = "LangExtract provider plugin for VLLM"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = {text = "MIT"}