From 8d61495d0fb3cb85f285c5d0c2ff405f582298c1 Mon Sep 17 00:00:00 2001 From: Zoe Slade Date: Wed, 31 May 2023 15:42:20 +0100 Subject: [PATCH] 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"