diff --git a/pyproject.toml b/pyproject.toml index 5168397321..54db02948d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splink" -version = "3.5.1" +version = "3.5.2" description = "Fast probabilistic data linkage at scale" authors = ["Robin Linacre ", "Sam Lindsay", "Theodore Manassis", "Tom Hepworth"] license = "MIT" diff --git a/splink/__init__.py b/splink/__init__.py index 72ebd2531b..87d5243cb2 100644 --- a/splink/__init__.py +++ b/splink/__init__.py @@ -1 +1 @@ -__version__ = "3.5.1" +__version__ = "3.5.2"