Skip to content

Commit

Permalink
3.1.28
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 a1b7e5b commit 90bd36f
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.28 (2023-10-11)

### Other

* Merge pull request #167 from mraniki/dev

Update pyproject.toml ([`a1b7e5b`](https://github.com/mraniki/MyLLM/commit/a1b7e5b0b508cee5ea5c52206bf9512e44877c9a))

### Update

* Update pyproject.toml ([`d9f7be1`](https://github.com/mraniki/MyLLM/commit/d9f7be1fd8e6a352411c5c80b0b635f23c650a6a))


## v3.1.27 (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.27"
__version__ = "3.1.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,7 +1,7 @@

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






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 90bd36f

Please sign in to comment.