Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 27, 2023
1 parent 9ba8af4 commit bd74140
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.1 (2023-09-27)

### Other

* Merge pull request #122 from mraniki/dev

⚡ export method for MyLLM object ([`9ba8af4`](https://github.com/mraniki/MyLLM/commit/9ba8af43a89b7a8e676b1b5c5f4043bf7c96978b))

###

* ⚡ ([`5364d85`](https://github.com/mraniki/MyLLM/commit/5364d856939826049b132a581a926ee64dfe8633))


## v3.1.0 (2023-09-27)

### Feat
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.0"
__version__ = "3.1.1"


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.0"
version = "3.1.1"
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 @@ -63,6 +63,7 @@ overgeneral-exceptions = [
]



[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand All @@ -71,6 +72,7 @@ pytest-mock = "^3.11.1"
pytest-loguru = "^0.2.0"



[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit bd74140

Please sign in to comment.