From 6f3c1e5cf1aa0bd8d394d5661759f088e3643f82 Mon Sep 17 00:00:00 2001 From: Jim Rafferty Date: Fri, 15 Oct 2021 09:14:28 +0100 Subject: [PATCH] Updated version number and release date for new release. --- CITATION.cff | 6 +++--- multimorbidity_hypergraphs/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 6897d16..9554dd5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,9 +17,9 @@ authors: given-names: Alex orcid: "https://orcid.org/0000-0001-7916-024X" cff-version: "1.1.0" -date-released: 2021-10-14 -doi: "10.5281/zenodo.5569023" +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.2" +version: "0.3.3" ... \ No newline at end of file diff --git a/multimorbidity_hypergraphs/__init__.py b/multimorbidity_hypergraphs/__init__.py index b70bf02..f494d51 100644 --- a/multimorbidity_hypergraphs/__init__.py +++ b/multimorbidity_hypergraphs/__init__.py @@ -1,5 +1,5 @@ """ Large scale data analysis with hypergraphs """ -__version__ = "0.3.2" +__version__ = "0.3.3" from .hypergraph_tools import Hypergraph, randomize_weights \ No newline at end of file