Skip to content

Commit

Permalink
4.13.28
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 12, 2025
1 parent 535880c commit b1f6189
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.28 (2025-01-12)

### Other

* Merge pull request #832 from mraniki/dev

⬆️ 🤖 - You are sick twisted and perverted I like that in a person ([`535880c`](https://github.com/mraniki/MyLLM/commit/535880c0fe4bef41fd6ae16390118de93307ef6b))

### Update

* Update dependabot configuration file format. ([`e3a2ad9`](https://github.com/mraniki/MyLLM/commit/e3a2ad9a0f9a853dbd710aeb533066fe073997e6))

## v4.13.27 (2025-01-11)

### 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.27"
__version__ = "4.13.28"

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.27"
version = "4.13.28"
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 @@ -118,6 +118,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit b1f6189

Please sign in to comment.