Skip to content

Commit

Permalink
1.2.21
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 20, 2023
1 parent 7b9050c commit 5c01034
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@



## v1.2.21 (2023-08-20)

### :fire:

* :fire: ([`3145a95`](https://github.com/mraniki/MyLLM/commit/3145a95e0053d1ef39190986706d3861165c08c0))

### Other

* Merge pull request #54 from mraniki/dev

✨ Added setting and function switch_continous_mode ([`7b9050c`](https://github.com/mraniki/MyLLM/commit/7b9050c4ab93f257c0ebe3ef6e22fee879cadfb7))

### Update

* Update default_settings.toml ([`74f7207`](https://github.com/mraniki/MyLLM/commit/74f720792aa830b8814884581d151d29af6ae58d))

* Update main.py ([`30218b3`](https://github.com/mraniki/MyLLM/commit/30218b384830bd9b4580565259f7dc1523ca99ed))


## v1.2.20 (2023-08-18)

### :fire:
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__ = "1.2.20"
__version__ = "1.2.21"

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
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"

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

0 comments on commit 5c01034

Please sign in to comment.