Skip to content

Commit

Permalink
new version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Spolaor committed Dec 21, 2021
1 parent 80cca80 commit a8ebf7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a8ebf7e

Please sign in to comment.