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",