From 2d33121519568889b104480fec0f64d88b06146d Mon Sep 17 00:00:00 2001 From: Vlad Gainullin Date: Wed, 6 May 2020 13:26:57 -0400 Subject: [PATCH] update version --- setup.py | 2 +- txt2hpo/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 385273d..f03e980 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ name=__project__, packages=find_packages(), version=__version__, - description='Phenotype extraction using Named Entity Recognition', + description='HPO concept recognition and phenotype extraction tool', long_description=long_description, long_description_content_type='text/markdown', author='Vlad Gainullin , Kevin Arvai ', diff --git a/txt2hpo/__init__.py b/txt2hpo/__init__.py index fa31794..cd29372 100644 --- a/txt2hpo/__init__.py +++ b/txt2hpo/__init__.py @@ -1,2 +1,2 @@ __project__ = 'txt2hpo' -__version__ = '0.1.0' \ No newline at end of file +__version__ = '0.2.0' \ No newline at end of file