Skip to content

Commit

Permalink
3.1.6
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 f500de8 commit ea56f60
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v3.1.6 (2023-10-01)

### Other

* Merge pull request #129 from mraniki/dev

♻️ self.llm_model ([`f500de8`](https://github.com/mraniki/MyLLM/commit/f500de8d2647b9ed40497be436db73d2257cce80))

### ♻️

* ♻️ ([`177714f`](https://github.com/mraniki/MyLLM/commit/177714fd4f65ece6c551b7c92d15db3330f739e0))

### 🎨

* 🎨 ([`b341549`](https://github.com/mraniki/MyLLM/commit/b3415498c3a21e962eaf6132b34f127689e6195b))


## v3.1.5 (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.5"
__version__ = "3.1.6"


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.5"
version = "3.1.6"
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 @@ -68,6 +68,7 @@ overgeneral-exceptions = [




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




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

Expand Down

0 comments on commit ea56f60

Please sign in to comment.