From 2476c36c80d650910e8778581c6f88249e6c275b Mon Sep 17 00:00:00 2001 From: haghrah Date: Thu, 19 Dec 2024 15:46:59 +0330 Subject: [PATCH] Minor edits ... --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ec589b..870487c 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ Thank you for your contribution, which helps maintain and improve this project! - Supporting FCL. - Introduction of a GUI for facilitating system design. -### Some notes on version 0.8.1 -- Just some minor edits ... +### Some notes on version 0.8.1-0.8.2 +- Just some minor edits and improvements ... ### Some notes on version 0.8.0 - Starting initial support of machine learning models based on fuzzy systems. Based on optimization for execution time or linguistic interpretability of the results, these models may have different computational efficiencies. diff --git a/setup.py b/setup.py index 5c85e95..1380def 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = f.read() setup(name='pyit2fls', - version='0.8.1', + version='0.8.2', description='Type 1 and Interval Type 2 Fuzzy Logic Systems in Python', long_description=long_description, long_description_content_type='text/markdown',