Skip to content

Commit

Permalink
4.13.10
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 17, 2024
1 parent 9e6b9c3 commit 96df4fa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@



## v4.13.10 (2024-11-17)

### Other

* Merge pull request #738 from mraniki/dev

⬆️ 🤖 - You will win success in whatever calling you adopt ([`9e6b9c3`](https://github.com/mraniki/MyLLM/commit/9e6b9c3fde3541c5b62b07d36dbddc68d9d5bb82))

### ⬆️

* ⬆️ 🛠️(deps): update dependency g4f to v0.3.4.0 ([`a3d0b44`](https://github.com/mraniki/MyLLM/commit/a3d0b449398302d164ba4962792cde44ef2335cf))

## v4.13.9 (2024-11-16)

### Other
Expand Down
2 changes: 1 addition & 1 deletion myllm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Versioning
"""
__version__ = "4.13.9"
__version__ = "4.13.10"

from .main import MyLLM

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "MyLLM"
version = "4.13.9"
version = "4.13.10"
description = "A python package to interact with llm model supported by g4f and langchain."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -100,6 +100,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -133,6 +134,7 @@ pytest-loguru = "^0.4.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit 96df4fa

Please sign in to comment.