Skip to content

Commit ea98abb

Browse files
committed
v0.4.1
1 parent 46ff82c commit ea98abb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/releases.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## **v0.4.1**
2+
3+
4+
* Fixed deprecated `np.float`
5+
* Fixed [#53](https://github.com/MaartenGr/PolyFuzz/issues/53)
6+
* Fixed typo in README ([#45](https://github.com/MaartenGr/PolyFuzz/pull/45)) by [dobraczka](https://github.com/dobraczka)
7+
* Fixed API documentation ([#38](https://github.com/MaartenGr/PolyFuzz/pull/38)) by [maxbachmann](https://github.com/maxbachmann)
8+
19
## **v0.4.0**
210

311

polyfuzz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .polyfuzz import PolyFuzz
2-
__version__ = "0.4.0"
2+
__version__ = "0.4.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
setup(
6363
name="polyfuzz",
6464
packages=find_packages(exclude=["notebooks", "docs"]),
65-
version="0.4.0",
65+
version="0.4.1",
6666
author="Maarten Grootendorst",
6767
author_email="maartengrootendorst@gmail.com",
6868
description="PolyFuzz performs fuzzy string matching, grouping, and evaluation.",

0 commit comments

Comments
 (0)