Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenGr committed Sep 3, 2023
1 parent 46ff82c commit ea98abb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## **v0.4.1**


* Fixed deprecated `np.float`
* Fixed [#53](https://github.com/MaartenGr/PolyFuzz/issues/53)
* Fixed typo in README ([#45](https://github.com/MaartenGr/PolyFuzz/pull/45)) by [dobraczka](https://github.com/dobraczka)
* Fixed API documentation ([#38](https://github.com/MaartenGr/PolyFuzz/pull/38)) by [maxbachmann](https://github.com/maxbachmann)

## **v0.4.0**


Expand Down
2 changes: 1 addition & 1 deletion polyfuzz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .polyfuzz import PolyFuzz
__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
setup(
name="polyfuzz",
packages=find_packages(exclude=["notebooks", "docs"]),
version="0.4.0",
version="0.4.1",
author="Maarten Grootendorst",
author_email="[email protected]",
description="PolyFuzz performs fuzzy string matching, grouping, and evaluation.",
Expand Down

0 comments on commit ea98abb

Please sign in to comment.