We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0367945 commit 4fe7d37Copy full SHA for 4fe7d37
cheshire_cat_api/__init__.py
@@ -14,7 +14,7 @@
14
""" # noqa: E501
15
16
17
-__version__ = "1.4.1"
+__version__ = "1.4.8"
18
19
from cheshire_cat_api.cat_client import CatClient
20
from cheshire_cat_api.config import Config
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "cheshire_cat_api"
3
-version = "1.4.1"
+version = "1.4.8"
4
description = "😸 Cheshire-Cat API Client"
5
authors = ["Chesire Cat AI"]
6
maintainers = [
0 commit comments