From 228d8f6105a0bd268fa5fb7687f952e5509e0ba4 Mon Sep 17 00:00:00 2001 From: CM Lubinski Date: Mon, 21 Aug 2017 15:15:58 -0400 Subject: [PATCH] Bump to 4.2.0. New features * #85 Ability to configure the search result match threshold in pgsql --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9016147..bab045a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="regcore", - version="4.1.0", + version="4.2.0", license="public domain", packages=find_packages(), include_package_data=True,