From c17a4641bfa206587c695f71a506414d07abab0e Mon Sep 17 00:00:00 2001 From: CaroFuchs <59730704+CaroFuchs@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:48:14 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 162d92d..b7cbf83 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -19,4 +19,4 @@ ], python_requires='>=3.6', install_requires=[ 'scipy', 'numpy', 'simpful', 'fst-pso' ], -) \ No newline at end of file +)