From 8d61495d0fb3cb85f285c5d0c2ff405f582298c1 Mon Sep 17 00:00:00 2001 From: Zoe Slade Date: Wed, 31 May 2023 15:42:20 +0100 Subject: [PATCH 1/2] Update pyproject.toml with v3.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea2eb88698..cc6738d512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splink" -version = "3.8.1" +version = "3.9.0" description = "Fast probabilistic data linkage at scale" authors = ["Robin Linacre ", "Sam Lindsay", "Theodore Manassis", "Tom Hepworth", "Andy Bond", "Ross Kennedy"] license = "MIT" From 2ff5dde7dc3de2e10c5902ec9a5a84137e80dc0a Mon Sep 17 00:00:00 2001 From: Zoe Slade Date: Wed, 31 May 2023 15:43:46 +0100 Subject: [PATCH 2/2] Update __init__.py for new release v3.9.0 --- splink/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splink/__init__.py b/splink/__init__.py index 5260acf82e..23830aac72 100644 --- a/splink/__init__.py +++ b/splink/__init__.py @@ -1 +1 @@ -__version__ = "3.8.1" +__version__ = "3.9.0"