We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2036c4f commit 8854dd1Copy full SHA for 8854dd1
pyproject.toml
@@ -1,13 +1,13 @@
1
[tool.poetry]
2
name = "llm-api-python"
3
-version = "0.0.1"
+version = "0.0.2"
4
description = "A python lib to call LLM API models."
5
authors = ["1b5d <[email protected]>"]
6
homepage = "https://github.com/1b5d/llm-api-python"
7
readme = "README.md"
8
license = "MIT"
9
repository = "https://github.com/1b5d/llm-api-python"
10
-packages = [{include = "llm_api"}]
+packages = [{ include = "llm_api" }]
11
12
[tool.poetry.dependencies]
13
python = "^3.8.1"
0 commit comments