We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762850a commit a249738Copy full SHA for a249738
fuzzylite/library.py
@@ -57,7 +57,7 @@ def name(self) -> str:
57
58
@property
59
def version(self) -> str:
60
- return "7.0b2"
+ return "7.0b3"
61
62
63
def license(self) -> str:
tests/test_library.py
@@ -67,7 +67,7 @@ def test_library_exports_dir(self) -> None:
67
68
def test_library_vars(self) -> None:
69
self.assertEqual(fuzzylite.__name__, "pyfuzzylite")
70
- self.assertEqual(fuzzylite.__version__, "7.0b2")
+ self.assertEqual(fuzzylite.__version__, "7.0b3")
71
self.assertEqual(fuzzylite.__doc__, fuzzylite.lib.summary)
72
73
0 commit comments