Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CaroFuchs committed Mar 1, 2024
1 parent afe6beb commit c17a464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name = 'pyFUME',
version = '0.2.25',
version = '0.3.0',
author = 'Caro Fuchs',
author_email = 'c.e.m.fuchs@tue.nl',
description = 'A Python package for fuzzy model estimation',
Expand All @@ -19,4 +19,4 @@
],
python_requires='>=3.6',
install_requires=[ 'scipy', 'numpy', 'simpful', 'fst-pso' ],
)
)

0 comments on commit c17a464

Please sign in to comment.