Skip to content

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 26, 2023
1 parent 31018d9 commit 0419aa3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@



## v3.0.3 (2023-09-26)

### Other

* Merge pull request #115 from mraniki/dev

🥅 ([`31018d9`](https://github.com/mraniki/MyLLM/commit/31018d985e913eeebd39625b2dea30059cdc2548))

### ♻️

* ♻️ cleanup ([`89a826b`](https://github.com/mraniki/MyLLM/commit/89a826b066b0a5549b268344387a059e645d141b))

### 🔊

* 🔊 ([`e9ea084`](https://github.com/mraniki/MyLLM/commit/e9ea08408a80c4a9be7ea9e86269c2512f57a825))

### 🔧

* 🔧 ([`82d3274`](https://github.com/mraniki/MyLLM/commit/82d32742876fbb4413b64323ed4b622da34745c1))

### 🥅

* 🥅 ([`4b2b305`](https://github.com/mraniki/MyLLM/commit/4b2b305f806ce5ce0aca04c3efa286e60a07b17f))


## v3.0.2 (2023-09-26)

### 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.0.2"
__version__ = "3.0.3"

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 = "3.0.2"
version = "3.0.3"
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 0419aa3

Please sign in to comment.