Skip to content

Commit

Permalink
4.12.11
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 5, 2024
1 parent 53e2f47 commit f925e2d
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.12.11 (2024-09-05)

### Other

* Merge pull request #657 from mraniki/dev

⬆️ 🤖 - It is often the case that the man who cant tell a lie thinks he is the best ([`53e2f47`](https://github.com/mraniki/MyLLM/commit/53e2f47f86d9084d6019a44b579331f55a59611e))

### ⬆️

* ⬆️ 🛠️(deps): update dependency myst_parser to v4 ([`5253741`](https://github.com/mraniki/MyLLM/commit/52537419d1448e38086de0b6093b442a07cf07d2))

## v4.12.10 (2024-09-04)

### 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.12.10"
__version__ = "4.12.11"

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.12.10"
version = "4.12.11"
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 @@ -79,6 +79,7 @@ overgeneral-exceptions = [




[tool.poetry.group.test.dependencies]
pytest = "^8.0.0"
pytest-cov = "^5.0.0"
Expand All @@ -91,6 +92,7 @@ pytest-loguru = "^0.4.0"




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

Expand Down

0 comments on commit f925e2d

Please sign in to comment.