Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Oct 20, 2024
1 parent 7df3490 commit 94e0748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ authors:
repository-code: 'https://github.com/fastdatascience/medical_named_entity_recognition'
url: 'https://fastdatascience.com/drug-named-entity-recognition-python-library/'
license: MIT
version: 0.1beta
version: 0.2
date-released: '2024-10-17'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "medical-named-entity-recognition"
version = "0.1beta"
version = "0.2"
description = "Medical Named Entity Recognition library to find and resolve disease names in a string (disease named entity linking)"
readme = "README.md"
keywords = ['medicine', 'bio', 'biomedical', 'medical', 'pharma', 'pharmaceutical', 'ner', 'nlp', 'named entity recognition', 'natural language processing', 'named entity linking', 'clinical', 'ehr', 'electronic health record']
Expand Down
2 changes: 1 addition & 1 deletion src/medical_named_entity_recognition/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
'''

__version__ = "0.1beta"
__version__ = "0.2"

from medical_named_entity_recognition.disease_finder import find_diseases

0 comments on commit 94e0748

Please sign in to comment.