Skip to content

Commit

Permalink
add version to module
Browse files Browse the repository at this point in the history
  • Loading branch information
k1897038 committed Nov 30, 2018
1 parent 358c6d6 commit e7fb8f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions icd9cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

from .icd9 import scrape
from .icd9 import search


__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/tomolopolis/icd-util",
version='0.2.0',
version='0.2.1',
author_email='thomas.searle@kcl.ac.uk',
author='Tom Searle',
packages=['icd9cms'],
Expand Down

0 comments on commit e7fb8f2

Please sign in to comment.