From 8876988cc0df700ce3acec0f1454a002c7afb2ed Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Tue, 18 Aug 2020 16:30:27 -0400 Subject: [PATCH] Update version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ea95af7..35aa7b1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ DESCRIPTION = f.read() setup(name="paperai", - version="1.2.1", + version="1.3.0", author="NeuML", description="AI-powered literature discovery and review engine for medical/scientific papers", long_description=DESCRIPTION, @@ -32,7 +32,7 @@ "networkx>=2.4", "PyYAML>=5.3", "regex>=2020.5.14", - "txtai>=1.0.0", + "txtai>=1.1.0", ], classifiers=[ "License :: OSI Approved :: Apache Software License",