From cc32743241ec69cfdcca30aef1f4847fe09ef4ed Mon Sep 17 00:00:00 2001 From: Tom Hepworth Date: Wed, 7 Jun 2023 16:36:45 +0100 Subject: [PATCH] new release version `3.9.1` --- pyproject.toml | 2 +- splink/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc6738d512..7df08f2276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splink" -version = "3.9.0" +version = "3.9.1" 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 23830aac72..4ca5c6327b 100644 --- a/splink/__init__.py +++ b/splink/__init__.py @@ -1 +1 @@ -__version__ = "3.9.0" +__version__ = "3.9.1"