Skip to content

Commit

Permalink
2.0.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 9, 2023
1 parent 8a4a37e commit 8699560
Show file tree
Hide file tree
Showing 3 changed files with 19 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 @@



## v2.0.7 (2023-09-09)

### Other

* Merge pull request #84 from mraniki/renovate/langchain-0.x

⬆️ 🛠️(deps): update dependency langchain to ^0.0.285 ([`8a4a37e`](https://github.com/mraniki/MyLLM/commit/8a4a37e3859b00b0eb264131e4f287921ae583e0))

### Update

* Update Requirements ([`41ef364`](https://github.com/mraniki/MyLLM/commit/41ef36493e179f454579b8c4a642f821305962e6))

### ⬆️

* ⬆️ 🛠️(deps): update dependency langchain to ^0.0.285 ([`fff92e2`](https://github.com/mraniki/MyLLM/commit/fff92e289dd13003cf4472b91a791f70035ebc0d))


## v2.0.6 (2023-09-07)

### 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__ = "2.0.6"
__version__ = "2.0.7"

from .config import settings
from .main import MyLLM
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "MyLLM"
version = "2.0.6"
version = "2.0.7"
description = "A python package to interact with llm model supported by g4f and langchain."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 8699560

Please sign in to comment.