File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" center " markdown =1 >
2
2
<img src =" /fuzzylite.png " alt =" fuzzylite " width =" 10% " >
3
- <h1 >pyfuzzylite 8.0.4 </h1 >
3
+ <h1 >pyfuzzylite 8.0.5 </h1 >
4
4
<h2 >A Fuzzy Logic Control Library in Python</h2 >
5
5
<h3 >by <a href =" https://fuzzylite.com/about " ><b >Juan Rada-Vilela, PhD</b ></a ></h3 >
6
6
Original file line number Diff line number Diff line change 1
1
<div align =" center " markdown =1 >
2
2
<img src =" /image/fuzzylite.svg " alt =" fuzzylite " width =" 10% " >
3
- <h1 >pyfuzzylite 8.0.4 </h1 >
3
+ <h1 >pyfuzzylite 8.0.5 </h1 >
4
4
<h2 >A Fuzzy Logic Control Library in Python</h2 >
5
5
<h3 >by <a href =" https://fuzzylite.com/about " ><b >Juan Rada-Vilela, PhD</b ></a ></h3 >
6
6
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ def version(self) -> str:
267
267
Returns:
268
268
version of the library
269
269
"""
270
- __version__ = "8.0.4 "
270
+ __version__ = "8.0.5 "
271
271
return __version__
272
272
273
273
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " pyfuzzylite"
7
- version = " 8.0.4 "
7
+ version = " 8.0.5 "
8
8
description = " a fuzzy logic control library in Python"
9
9
license = " Proprietary"
10
10
readme = " README.md"
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def test_library_exports_dir(self) -> None:
70
70
71
71
def test_library_vars (self ) -> None :
72
72
"""Test the library variables."""
73
- __version__ = "8.0.4 "
73
+ __version__ = "8.0.5 "
74
74
self .assertTrue ("fuzzylite" == fl .__name__ == fl .information .name )
75
75
self .assertTrue (__version__ == fl .__version__ == fl .information .version )
76
76
self .assertTrue (
You can’t perform that action at this time.
0 commit comments