Skip to content

Commit

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



## v3.1.23 (2023-10-11)

### :recycle:

* :recycle: Add gitIgnoredAuthors to renovate.json ([`18e6095`](https://github.com/mraniki/MyLLM/commit/18e6095bba9f4f108c067f5a87172b3242286476))

### Other

* Merge pull request #161 from mraniki/dev

:recycle: Add gitIgnoredAuthors to renovate.json ([`5f3205b`](https://github.com/mraniki/MyLLM/commit/5f3205b840b165086fcc9d9605100a94e17c3c0a))


## v3.1.22 (2023-10-11)

### 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.1.22"
__version__ = "3.1.23"


from .main import MyLLM
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "MyLLM"
version = "3.1.22"
version = "3.1.23"
description = "A python package to interact with llm model supported by g4f and langchain."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -84,6 +84,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -114,6 +115,7 @@ pytest-loguru = "^0.3.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit eeb7d64

Please sign in to comment.