Skip to content

Commit

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



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

### 💬

* 💬 ([`252ebc9`](https://github.com/mraniki/MyLLM/commit/252ebc9a2ea9f284ceba5ca89449865558f570aa))


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

### ⚗️
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.17"
__version__ = "1.2.18"

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.17"
version = "1.2.18"
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 0058639

Please sign in to comment.