Skip to content

Commit

Permalink
Bump version to 1.4.8 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-corbellini committed Feb 25, 2024
1 parent 0367945 commit 4fe7d37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cheshire_cat_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
""" # noqa: E501


__version__ = "1.4.1"
__version__ = "1.4.8"

from cheshire_cat_api.cat_client import CatClient
from cheshire_cat_api.config import Config
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cheshire_cat_api"
version = "1.4.1"
version = "1.4.8"
description = "😸 Cheshire-Cat API Client"
authors = ["Chesire Cat AI"]
maintainers = [
Expand Down

0 comments on commit 4fe7d37

Please sign in to comment.