Skip to content

Commit

Permalink
Merge pull request #51 from GeneDx/release/0.4.2
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
arvkevi authored Jun 18, 2020
2 parents 29fb2df + ef53820 commit d9f107e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phenopy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__project__ = 'phenopy'
__version__ = '0.4.1'
__version__ = '0.4.2'

import sys
from contextlib import contextmanager
Expand Down Expand Up @@ -39,4 +39,4 @@ def generate_annotated_hpo_network(obo_file, disease_to_phenotype_file, annotati
ages_distribution_file=ages_distribution_file,
)

return hpo_network, alt2prim, disease_records
return hpo_network, alt2prim, disease_records

0 comments on commit d9f107e

Please sign in to comment.