From 930c1a6f626fd1221fdd92b6eb3383b03f055f62 Mon Sep 17 00:00:00 2001 From: Tom Hepworth <45356472+ThomasHepworth@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:58:22 +0100 Subject: [PATCH 1/2] v3.9.8 release --- splink/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splink/__init__.py b/splink/__init__.py index 189407f3b8..046dce5ac1 100644 --- a/splink/__init__.py +++ b/splink/__init__.py @@ -1 +1 @@ -__version__ = "3.9.7" +__version__ = "3.9.8" From 5934441ee278c2cd4d0d66c163f1a9b79a09bc86 Mon Sep 17 00:00:00 2001 From: Tom Hepworth <45356472+ThomasHepworth@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:58:38 +0100 Subject: [PATCH 2/2] v3.9.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 633a48bcfc..94e8a4531a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splink" -version = "3.9.7" +version = "3.9.8" description = "Fast probabilistic data linkage at scale" authors = ["Robin Linacre ", "Sam Lindsay", "Theodore Manassis", "Tom Hepworth", "Andy Bond", "Ross Kennedy"] license = "MIT"