From 1ec85162b665e1e551c55a4bbbbc043dc617f20f Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 1 Oct 2023 12:26:04 +0000 Subject: [PATCH] 3.1.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 15 +++++++++++++++ myllm/__init__.py | 2 +- pyproject.toml | 4 +++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91474882..ad89b650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v3.1.5 (2023-10-01) + +### Other + +* Merge pull request #128 from mraniki/dev + +Update example.py ([`236c8e2`](https://github.com/mraniki/MyLLM/commit/236c8e226f17fae90ad8ac321d33fd5bb376ffe5)) + +### Update + +* Update Requirements ([`9aa7cf8`](https://github.com/mraniki/MyLLM/commit/9aa7cf89e95281bba1ed577ec718585418adb07b)) + +* Update example.py ([`e023d67`](https://github.com/mraniki/MyLLM/commit/e023d67315a3285241f701f0369acca64de7e5ba)) + + ## v3.1.4 (2023-10-01) ### Other diff --git a/myllm/__init__.py b/myllm/__init__.py index e15b2b09..5c91b156 100644 --- a/myllm/__init__.py +++ b/myllm/__init__.py @@ -1,7 +1,7 @@ """ Versioning """ -__version__ = "3.1.4" +__version__ = "3.1.5" from .main import MyLLM diff --git a/pyproject.toml b/pyproject.toml index 949efa17..07080bc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "MyLLM" -version = "3.1.4" +version = "3.1.5" 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" @@ -67,6 +67,7 @@ overgeneral-exceptions = [ + [tool.poetry.group.test.dependencies] pytest = "^7.0" pytest-cov = "^4.1" @@ -79,6 +80,7 @@ pytest-loguru = "^0.2.0" + [tool.poetry.group.docs] optional = true