From c1d8c47434970ee09c558cc7c50aeb9916489eab Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Wed, 12 Jan 2022 06:34:28 +0000 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81fb80a472..e8303c4099 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splink" -version = "2.1.1" +version = "2.1.2" description = "Implementation of Fellegi-Sunter's canonical model of record linkage in Apache Spark, including EM algorithm to estimate parameters" authors = ["Robin Linacre ", "Sam Lindsay", "Theodore Manassis"] license = "MIT"