From 19bba47d2abb60887c43a8b1b147bda3aecd535c Mon Sep 17 00:00:00 2001 From: Nicolas Legrand Date: Tue, 27 Aug 2024 11:28:06 +0200 Subject: [PATCH] v0.1.5 (#228) --- src/pyhgf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyhgf/__init__.py b/src/pyhgf/__init__.py index fe0d33360..931a57c73 100644 --- a/src/pyhgf/__init__.py +++ b/src/pyhgf/__init__.py @@ -7,7 +7,7 @@ import numpy as np import pandas as pd -__version__ = "0.1.4" +__version__ = "0.1.5" def load_data(dataset: str) -> Union[Tuple[np.ndarray, ...], np.ndarray]: