Skip to content

Commit

Permalink
2.0.14
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 23, 2023
1 parent 6fbfc0d commit eade16c
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.14 (2023-09-23)

### Other

* Merge pull request #106 from mraniki/dev

Update Langchain ([`6fbfc0d`](https://github.com/mraniki/MyLLM/commit/6fbfc0d07ab704ca129fb2d49db9c334f7a3d145))

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

⬆️ 🛠️(deps): update dependency langchain to v0.0.300 ([`b8d76bd`](https://github.com/mraniki/MyLLM/commit/b8d76bdff13ab27bb11b47d521a0f38297c3ecfd))

### ⬆️

* ⬆️ 🛠️(deps): update dependency langchain to v0.0.300 ([`ebf2400`](https://github.com/mraniki/MyLLM/commit/ebf2400420e169725c0911d002e934a77f7d4937))


## v2.0.13 (2023-09-23)

### 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.13"
__version__ = "2.0.14"

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.13"
version = "2.0.14"
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 eade16c

Please sign in to comment.