From a8ebf7e59dd54957b9c2fba270b7042153cd03fd Mon Sep 17 00:00:00 2001 From: Simone Spolaor Date: Tue, 21 Dec 2021 15:59:51 +0100 Subject: [PATCH] new version and update readme --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c54b5ac..8c4347c 100644 --- a/README.md +++ b/README.md @@ -89,4 +89,4 @@ Additional example scripts are available in the [examples folder](https://github ## Further info Created by Marco S. Nobile at the Eindhoven University of Technology and Simone Spolaor at the University of Milano-Bicocca. -If you need further information, please write an e-mail at: m.s.nobile@tue.nl. +If you need further information, please write an e-mail at: marco.nobile@unive.it. diff --git a/setup.py b/setup.py index c1c317e..dc9aa4c 100644 --- a/setup.py +++ b/setup.py @@ -8,10 +8,10 @@ setup( name = 'simpful', packages = ['simpful'], # this must be the same as the name above - version = '2.5.0', + version = '2.5.1', description = 'A user-friendly Python library for fuzzy logic', author = 'Marco S. Nobile', - author_email = 'm.s.nobile@tue.nl', + author_email = 'marco.nobile@unive.it', url = 'https://github.com/aresio/simpful', # use the URL to the github repo keywords = ['fuzzy logic', 'sugeno', 'mamdani', 'reasoner', 'python', 'modeling'], # arbitrary keywords license='LICENSE.txt',