Skip to content

Commit 8854dd1

Browse files
committed
bump version to 0.0.2
1 parent 2036c4f commit 8854dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "llm-api-python"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "A python lib to call LLM API models."
55
authors = ["1b5d <[email protected]>"]
66
homepage = "https://github.com/1b5d/llm-api-python"
77
readme = "README.md"
88
license = "MIT"
99
repository = "https://github.com/1b5d/llm-api-python"
10-
packages = [{include = "llm_api"}]
10+
packages = [{ include = "llm_api" }]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.8.1"

0 commit comments

Comments
 (0)