From c738749049f4c0e79339afbd6eee4c5ac09eac5c Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Thu, 15 Aug 2024 10:20:30 -0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9d63004..fab99ec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "dedupe" description = "A python library for accurate and scaleable data deduplication and entity-resolution" -version = "3.0.2" +version = "3.0.3" readme = "README.md" requires-python = ">=3.8" license = {file = "LICENSE"}