From edf29c43b98618fdffa2b12c382c509285fe479c Mon Sep 17 00:00:00 2001 From: Nicolas Legrand Date: Wed, 6 Sep 2023 17:06:51 +0200 Subject: [PATCH] version bump (#90) --- pyhgf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhgf/__init__.py b/pyhgf/__init__.py index ff91e04b7..873154a86 100644 --- a/pyhgf/__init__.py +++ b/pyhgf/__init__.py @@ -7,7 +7,7 @@ import numpy as np import pandas as pd -__version__ = "0.0.6" +__version__ = "0.0.7" def load_data(dataset: str) -> Union[Tuple[np.ndarray, ...], np.ndarray]: