Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 7, 2023
1 parent 33f16b8 commit f7a5f64
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@



## v1.2.2 (2023-08-07)

### Other

* Merge pull request #27 from mraniki/renovate/dataclasses-json-0.x

Update dependency dataclasses-json to v0.5.14 ([`33f16b8`](https://github.com/mraniki/MyLLM/commit/33f16b816bbeb53192eb520aeb745a45d5b047f8))

### Update

* Update dependency dataclasses-json to v0.5.14 ([`142fac6`](https://github.com/mraniki/MyLLM/commit/142fac6fe44ed1584bfd66a0cb436d0a00def5d5))


## v1.2.1 (2023-08-07)

### 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__ = "1.2.1"
__version__ = "1.2.2"

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.1"
version = "1.2.2"
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 f7a5f64

Please sign in to comment.