From 53214af014ceb24c3184a173f05da27ec5bff2bc Mon Sep 17 00:00:00 2001 From: Nicolas Legrand Date: Tue, 11 Jun 2024 13:13:28 +0200 Subject: [PATCH] v0.0.19 (#196) --- 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 0149b8097..34557b74b 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.0.18" +__version__ = "0.0.19" def load_data(dataset: str) -> Union[Tuple[np.ndarray, ...], np.ndarray]: