From 018797f6074126feeca91e00716dbd28b3c4c0f5 Mon Sep 17 00:00:00 2001 From: Simone Spolaor Date: Tue, 19 Apr 2022 14:57:30 +0200 Subject: [PATCH] version update --- .gitignore | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4130184..8711061 100644 --- a/.gitignore +++ b/.gitignore @@ -139,3 +139,7 @@ dmypy.json # Cython debug symbols cython_debug/ simpful/Testing_various + +# Docs +docs/Makefile +docs/make.bat diff --git a/setup.py b/setup.py index 63e96a4..c04ae87 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.6.1', + version = '2.6.2', description = 'A user-friendly Python library for fuzzy logic', author = 'Marco S. Nobile', author_email = 'marco.nobile@unive.it',