Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 27, 2023
1 parent 654c845 commit bbb9e69
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.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
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.1"
__version__ = "3.1.2"


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.1"
version = "3.1.2"
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 @@ -64,6 +64,7 @@ overgeneral-exceptions = [




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




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

Expand Down

0 comments on commit bbb9e69

Please sign in to comment.