From bbb9e69283f0db98dce463950f121756b32a2a4a Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 27 Sep 2023 19:43:07 +0000 Subject: [PATCH] 3.1.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 17 +++++++++++++++++ myllm/__init__.py | 2 +- pyproject.toml | 4 +++- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4defc5a..c568bf14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## v3.1.2 (2023-09-27) + +### Other + +* Merge pull request #124 from mraniki/dev + +⬆️ 🛠️(deps): update dependency g4f to v0.1.4.0 ([`654c845`](https://github.com/mraniki/MyLLM/commit/654c8453f7ed43cd7b83d6258ab26948f796d7d1)) + +* Merge pull request #123 from mraniki/renovate/g4f-0.x + +⬆️ 🛠️(deps): update dependency g4f to v0.1.4.0 ([`0d4a55e`](https://github.com/mraniki/MyLLM/commit/0d4a55eff7bea03517912e2e820919cf8dff2d9e)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency g4f to v0.1.4.0 ([`fa690d0`](https://github.com/mraniki/MyLLM/commit/fa690d05749a750f949076020380122766060da4)) + + ## v3.1.1 (2023-09-27) ### Other diff --git a/myllm/__init__.py b/myllm/__init__.py index d79d38e6..1ea12c79 100644 --- a/myllm/__init__.py +++ b/myllm/__init__.py @@ -1,7 +1,7 @@ """ Versioning """ -__version__ = "3.1.1" +__version__ = "3.1.2" from .main import MyLLM diff --git a/pyproject.toml b/pyproject.toml index efe21731..074bdc1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "MyLLM" -version = "3.1.1" +version = "3.1.2" description = "A python package to interact with llm model supported by g4f and langchain." authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License" @@ -64,6 +64,7 @@ overgeneral-exceptions = [ + [tool.poetry.group.test.dependencies] pytest = "^7.0" pytest-cov = "^4.1" @@ -73,6 +74,7 @@ pytest-loguru = "^0.2.0" + [tool.poetry.group.docs] optional = true