Skip to content

Commit 2476c36

Browse files
committed
Minor edits ...
1 parent 75be677 commit 2476c36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Thank you for your contribution, which helps maintain and improve this project!
4646
- Supporting FCL.
4747
- Introduction of a GUI for facilitating system design.
4848

49-
### Some notes on version 0.8.1
50-
- Just some minor edits ...
49+
### Some notes on version 0.8.1-0.8.2
50+
- Just some minor edits and improvements ...
5151

5252
### Some notes on version 0.8.0
5353
- 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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
long_description = f.read()
88

99
setup(name='pyit2fls',
10-
version='0.8.1',
10+
version='0.8.2',
1111
description='Type 1 and Interval Type 2 Fuzzy Logic Systems in Python',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)