From fc09b63417db3d4e0100932b5b9ee6790532f033 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Thu, 27 Jun 2024 01:09:57 -0400 Subject: [PATCH] last 2.0 series --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 508cac74..9cfe9afc 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 = "2.0.23" +version = "2.0.24" readme = "README.md" requires-python = ">=3.7" license = {file = "LICENSE"}