Skip to content

Commit

Permalink
3.1.25
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 11, 2023
1 parent 8df29f2 commit c4966d8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v3.1.25 (2023-10-11)

### Other

* Merge pull request #164 from mraniki/dev

Update mergify.yml ([`8df29f2`](https://github.com/mraniki/MyLLM/commit/8df29f20193a41f7ccb620a9036562adef43d514))

### Update

* Update mergify.yml ([`894c342`](https://github.com/mraniki/MyLLM/commit/894c342e41de3d15d3efa23152b47972b322097d))


## v3.1.24 (2023-10-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__ = "3.1.24"
__version__ = "3.1.25"


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,7 +1,7 @@

[tool.poetry]
name = "MyLLM"
version = "3.1.24"
version = "3.1.25"
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 @@ -86,6 +86,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -118,6 +119,7 @@ pytest-loguru = "^0.3.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit c4966d8

Please sign in to comment.