From 90226ab367274c78332d9b9dee61434b6b7773c4 Mon Sep 17 00:00:00 2001 From: aliceoleary0 <117664171+aliceoleary0@users.noreply.github.com> Date: Wed, 21 Jun 2023 11:57:05 +0100 Subject: [PATCH] updating splink version --- pyproject.toml | 2 +- splink/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 525b88ce26..51ac918fcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splink" -version = "3.9.1" +version = "3.9.2" 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 4ca5c6327b..bede7e2ce9 100644 --- a/splink/__init__.py +++ b/splink/__init__.py @@ -1 +1 @@ -__version__ = "3.9.1" +__version__ = "3.9.2"