Skip to content

Commit

Permalink
bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1b5d committed Oct 25, 2023
1 parent 2036c4f commit 8854dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "llm-api-python"
version = "0.0.1"
version = "0.0.2"
description = "A python lib to call LLM API models."
authors = ["1b5d <8110504+1b5d@users.noreply.github.com>"]
homepage = "https://github.com/1b5d/llm-api-python"
readme = "README.md"
license = "MIT"
repository = "https://github.com/1b5d/llm-api-python"
packages = [{include = "llm_api"}]
packages = [{ include = "llm_api" }]

[tool.poetry.dependencies]
python = "^3.8.1"
Expand Down

0 comments on commit 8854dd1

Please sign in to comment.