Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
vgainullin committed May 6, 2020
1 parent d0d14e6 commit 2d33121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>, Kevin Arvai <[email protected]>',
Expand Down
2 changes: 1 addition & 1 deletion txt2hpo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__project__ = 'txt2hpo'
__version__ = '0.1.0'
__version__ = '0.2.0'

0 comments on commit 2d33121

Please sign in to comment.