From f1ad10d79fa2946b8e05fab926038fcf2f5e6577 Mon Sep 17 00:00:00 2001 From: Tom Hepworth Date: Wed, 2 Aug 2023 22:03:10 +0100 Subject: [PATCH] v3.9.5 release --- pyproject.toml | 2 +- splink/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bafec8320e..8eb6c71fe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splink" -version = "3.9.4" +version = "3.9.5" description = "Fast probabilistic data linkage at scale" authors = ["Robin Linacre ", "Sam Lindsay", "Theodore Manassis", "Tom Hepworth", "Andy Bond", "Ross Kennedy"] license = "MIT" diff --git a/splink/__init__.py b/splink/__init__.py index 08ba32076c..ca960f26d5 100644 --- a/splink/__init__.py +++ b/splink/__init__.py @@ -1 +1 @@ -__version__ = "3.9.4" +__version__ = "3.9.5"