From a5d87704c1a90f8dd785ec4a868ad2a256c67788 Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Wed, 24 Jul 2024 09:10:34 +0100 Subject: [PATCH] update version --- pyproject.toml | 2 +- splink/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e0e066fb0..adc6d497c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splink" -version = "4.0.0.dev8" +version = "4.0.0.dev9" 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 2b2eebe453..6535f83d72 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.0.dev8" +__version__ = "4.0.0.dev9" __all__ = [