From d534172b7adc9036fbd0d5741c40def2aa01eb05 Mon Sep 17 00:00:00 2001 From: Nicolas Legrand Date: Sun, 13 Oct 2024 22:06:32 +0200 Subject: [PATCH] Update __init__.py (#245) --- 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 f6280dcc..c00fc362 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.7" +__version__ = "0.2.0" def load_data(dataset: str) -> Union[Tuple[np.ndarray, ...], np.ndarray]: