File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- # pyfuzzylite 8.0.0
1
+ # pyfuzzylite 8.0.1
2
2
3
3
***
4
4
Original file line number Diff line number Diff line change 1
- # pyfuzzylite 8.0.0
1
+ # pyfuzzylite 8.0.1
2
2
3
3
***
4
4
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ def version(self) -> str:
272
272
Returns:
273
273
version of the library
274
274
"""
275
- __version__ = "8.0.0 "
275
+ __version__ = "8.0.1 "
276
276
return __version__
277
277
278
278
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.0 "
7
+ version = " 8.0.1 "
8
8
description = " a fuzzy logic control library in Python"
9
9
license = " Proprietary"
10
10
readme = " README.md"
@@ -45,11 +45,12 @@ classifiers = [
45
45
46
46
[tool .poetry_bumpversion .file ."fuzzylite/library .py" ]
47
47
[tool .poetry_bumpversion .file ."tests/test_library .py" ]
48
- [tool .poetry_bumpversion .file ."docs/index .md" ]
48
+
49
+ [[tool .poetry_bumpversion .replacements ]]
50
+ files = [" README.md" , " docs/index.md" ]
49
51
search = " # pyfuzzylite {current_version}"
50
52
replace = " # pyfuzzylite {new_version}"
51
53
52
-
53
54
[[tool .poetry .packages ]]
54
55
include = " fuzzylite"
55
56
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def test_library_exports_dir(self) -> None:
76
76
77
77
def test_library_vars (self ) -> None :
78
78
"""Test the library variables."""
79
- __version__ = "8.0.0 "
79
+ __version__ = "8.0.1 "
80
80
self .assertEqual (fl .__name__ , "fuzzylite" )
81
81
self .assertEqual (fl .__version__ , __version__ )
82
82
self .assertEqual (fl .__doc__ , fl .information .description )
You can’t perform that action at this time.
0 commit comments