From 6982a07f0b42b762a3d2321c6680374e0209c5f2 Mon Sep 17 00:00:00 2001 From: Nicola Date: Sun, 24 Dec 2023 12:18:44 +0100 Subject: [PATCH] bump to 1.4 --- cheshire_cat_api/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = [