From c8aca84619493cd75cb12b2fc63dc4dccb158032 Mon Sep 17 00:00:00 2001 From: bmedx Date: Thu, 8 Feb 2018 17:02:31 -0500 Subject: [PATCH] Update chem version to force new nltk requirement to be picked up --- common/lib/chem/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/chem/setup.py b/common/lib/chem/setup.py index 382a2f89e4..c421877153 100644 --- a/common/lib/chem/setup.py +++ b/common/lib/chem/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="chem", - version="0.1.1", + version="0.1.2", packages=["chem"], install_requires=[ "pyparsing==2.0.7",