Skip to content

Commit

Permalink
Release: 7.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrada committed Dec 17, 2019
1 parent 762850a commit a249738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuzzylite/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def name(self) -> str:

@property
def version(self) -> str:
return "7.0b2"
return "7.0b3"

@property
def license(self) -> str:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_library_exports_dir(self) -> None:

def test_library_vars(self) -> None:
self.assertEqual(fuzzylite.__name__, "pyfuzzylite")
self.assertEqual(fuzzylite.__version__, "7.0b2")
self.assertEqual(fuzzylite.__version__, "7.0b3")
self.assertEqual(fuzzylite.__doc__, fuzzylite.lib.summary)


Expand Down

0 comments on commit a249738

Please sign in to comment.