Skip to content

Commit

Permalink
2.0.13
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 7cf621c commit 2535d7f
Show file tree
Hide file tree
Showing 3 changed files with 17 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 @@



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

### Other

* Merge pull request #105 from mraniki/dev

Dynaconf dep ([`7cf621c`](https://github.com/mraniki/MyLLM/commit/7cf621cb152fb1b865d6beb1d9f5fa795dc10e99))

* Merge branch 'dev' of [email protected]:mraniki/MyLLM.git ([`8ca5f13`](https://github.com/mraniki/MyLLM/commit/8ca5f13333f395705f564c4e9835038c4844c637))

### Update

* Update dynaconf version to "\u000fLˌ��\b� ([`792cc28`](https://github.com/mraniki/MyLLM/commit/792cc288c3923df11cd6b3890d9b4c2eda5be273))


## v2.0.12 (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.12"
__version__ = "2.0.13"

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.12"
version = "2.0.13"
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 2535d7f

Please sign in to comment.