From 785d7c5721d289d61c1991c6cfb22add22d304d9 Mon Sep 17 00:00:00 2001 From: Simone Spolaor Date: Mon, 20 Nov 2023 16:07:25 +0100 Subject: [PATCH] new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7885590..4c0c5b2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name = 'simpful', packages = ['simpful'], # this must be the same as the name above - version = '2.11.0', + version = '2.11.1', description = 'A user-friendly Python library for fuzzy logic', author = 'Marco S. Nobile', author_email = 'marco.nobile@unive.it',