Skip to content

Commit

Permalink
4.13.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 3, 2024
1 parent 70d0eb5 commit 7b98206
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.4 (2024-11-03)

### Other

* Merge pull request #720 from mraniki/dev

⬆️ 🤖 - Why is it that we rejoice at a birth and grieve at a funeral It is because we ([`70d0eb5`](https://github.com/mraniki/MyLLM/commit/70d0eb51d99663ad014f8bb0b16a3753ae622f46))

### ⬆️

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

## v4.13.3 (2024-11-01)

### 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.3"
__version__ = "4.13.4"

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.3"
version = "4.13.4"
description = "A python package to interact with llm model supported by g4f and langchain."
authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"]
license = "MIT License"
Expand Down Expand Up @@ -94,6 +94,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 7b98206

Please sign in to comment.