diff --git a/cheshire_cat_api/__init__.py b/cheshire_cat_api/__init__.py index 2970134..9fb4cf1 100644 --- a/cheshire_cat_api/__init__.py +++ b/cheshire_cat_api/__init__.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d73664a..16e688e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [