Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arvkevi committed Jun 18, 2020
1 parent 29fb2df commit ef53820
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 ef53820

Please sign in to comment.