From 4deec33b94cda7b9062f2abe61d24a002d201acc Mon Sep 17 00:00:00 2001 From: Luca Soldaini Date: Fri, 29 Jul 2022 09:29:08 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e18cbf..25e69be 100644 --- a/setup.py +++ b/setup.py @@ -125,7 +125,7 @@ def install(self): setup( name = 'quickumls_simstring', url = 'https://github.com/Georgetown-IR-Lab/simstring', - version = '1.1.5r1', + version = '1.2.0', description=( 'Clone of simstring designed to work with QuickUMLS. ' 'Original version here: http://chokkan.org/software/simstring/'