diff --git a/CITATION.cff b/CITATION.cff index b758f96..0b32bc9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -21,5 +21,5 @@ date-released: 2021-10-15 doi: "10.5281/zenodo.5285008" message: "If you use this software, please cite it using these metadata." title: "multimorbidity_hypergraphs" -version: "0.3.4" +version: "0.3.5" ... \ No newline at end of file diff --git a/multimorbidity_hypergraphs/__init__.py b/multimorbidity_hypergraphs/__init__.py index 2873b52..81a93be 100644 --- a/multimorbidity_hypergraphs/__init__.py +++ b/multimorbidity_hypergraphs/__init__.py @@ -1,5 +1,5 @@ """ Large scale data analysis with hypergraphs """ -__version__ = "0.3.4" -from .hypergraph_tools import Hypergraph#, randomize_weights \ No newline at end of file +__version__ = "0.3.5" +from .hypergraph_tools import Hypergraph \ No newline at end of file