From 6bd83d65bce1c100f73db2eccb26109a24c0d770 Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Mon, 30 Sep 2024 11:42:50 +0100 Subject: [PATCH] v4.0.3 release --- pyproject.toml | 2 +- splink/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5861e87f75..7a61678de3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splink" -version = "4.0.2" +version = "4.0.3" 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 015a830e2b..5742be3147 100644 --- a/splink/__init__.py +++ b/splink/__init__.py @@ -39,7 +39,7 @@ def __getattr__(name): raise AttributeError(f"module 'splink' has no attribute '{name}'") from None -__version__ = "4.0.2" +__version__ = "4.0.3" __all__ = [