From 2de403a1263f9eb783673c1ef9eedacf3f0c6a39 Mon Sep 17 00:00:00 2001 From: Tom Hepworth Date: Wed, 25 Jan 2023 22:43:41 +0000 Subject: [PATCH] update version --- README.md | 4 ++-- splink/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44ee1433b0..913dc08ac4 100644 --- a/README.md +++ b/README.md @@ -151,10 +151,10 @@ If you use Splink in your reserach, we'd be grateful for a citation in the follo ``` @misc{ministry_of_justice_2023_splink, author = {Ministry of Justice}, - title = {Splink: v3.5.2}, + title = {Splink: v3.5.4}, month = jan, year = 2023, - version = {3.5.3}, + version = {3.5.4}, url = {http://github.com/moj-analytical-services/splink} } ``` diff --git a/splink/__init__.py b/splink/__init__.py index e1d6aa7195..ec96be9bc6 100644 --- a/splink/__init__.py +++ b/splink/__init__.py @@ -1 +1 @@ -__version__ = "3.5.3" +__version__ = "3.5.4"