diff --git a/cheshire_cat_api/__init__.py b/cheshire_cat_api/__init__.py index 2b9eb4b..8213cfd 100644 --- a/cheshire_cat_api/__init__.py +++ b/cheshire_cat_api/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "1.3.1" +__version__ = "1.4" from cheshire_cat_api.cat_client import CatClient from cheshire_cat_api.config import Config diff --git a/pyproject.toml b/pyproject.toml index e40c6c1..838b495 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cheshire_cat_api" -version = "1.3.1" +version = "1.4" description = "😸 Cheshire-Cat API Client" authors = ["Chesire Cat AI"] maintainers = [