From 14d5958e648d9aaecd67c5597ae1e77304e48681 Mon Sep 17 00:00:00 2001 From: Matteo Campinoti Date: Wed, 18 Dec 2024 16:32:52 +0100 Subject: [PATCH] version - patch 4.1.0 > 4.1.1 --- acacore/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acacore/__version__.py b/acacore/__version__.py index 7039708..72aa758 100644 --- a/acacore/__version__.py +++ b/acacore/__version__.py @@ -1 +1 @@ -__version__ = "4.1.0" +__version__ = "4.1.1" diff --git a/pyproject.toml b/pyproject.toml index 724c9d8..a67fdd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "acacore" -version = "4.1.0" +version = "4.1.1" description = "" authors = ["Matteo Campinoti "] license = "GPL-3.0"