From 4fe7d376621b284dfb25f6fd7bc1f711ae532bd9 Mon Sep 17 00:00:00 2001 From: Nicola Date: Sun, 25 Feb 2024 21:19:10 +0100 Subject: [PATCH] Bump version to 1.4.8 for release --- 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 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 = [