From f72d4a161bfc66c9e1de9b39e2bd7e01bcad3c49 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Fri, 17 Feb 2023 11:34:52 -0500 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0382302..ec1b0231 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.22" +version = "2.0.23" readme = "README.md" requires-python = ">=3.7" license = {file = "LICENSE"}