Skip to content

Commit

Permalink
3.1.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 1, 2023
1 parent 236c8e2 commit 1ec8516
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4"
__version__ = "3.1.5"


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.4"
version = "3.1.5"
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 @@ -67,6 +67,7 @@ overgeneral-exceptions = [




[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand All @@ -79,6 +80,7 @@ pytest-loguru = "^0.2.0"




[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit 1ec8516

Please sign in to comment.