Skip to content

Commit

Permalink
4.13.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 1, 2024
1 parent 6369406 commit 89a3e64
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.3 (2024-11-01)

### Other

* Merge pull request #719 from mraniki/dev

♻️ refactor client structure ([`6369406`](https://github.com/mraniki/MyLLM/commit/6369406f77684dd13b4502de5f611c2923ebb4e9))

### ♻️

* ♻️ refactor client structure ([`bac7283`](https://github.com/mraniki/MyLLM/commit/bac72835d7fb01329118de58b82f998901933c94))

## v4.13.2 (2024-10-31)

### 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.2"
__version__ = "4.13.3"

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.2"
version = "4.13.3"
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 @@ -93,6 +93,7 @@ overgeneral-exceptions = [






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





[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 89a3e64

Please sign in to comment.