Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdearquant committed Nov 4, 2024
1 parent 6f896fb commit 5f196e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 34 deletions.
2 changes: 1 addition & 1 deletion lion_service/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.3"
__version__ = "1.1.0"
33 changes: 2 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "lion-service"
version = "1.0.3"
version = "1.1.0"
description = ""
authors = ["OceanLi <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
pydantic = "^2.0.0"
tiktoken = "^0.7.0"
python-dotenv = "^1.0.1"
Expand Down

0 comments on commit 5f196e1

Please sign in to comment.