From 1898e822c6b8fd9780bc8bc394947fbd6d1cf038 Mon Sep 17 00:00:00 2001 From: Nicolas Legrand Date: Thu, 7 Sep 2023 10:58:41 +0200 Subject: [PATCH] version bump --- 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 873154a86..b8138b781 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.7" +__version__ = "0.0.8" def load_data(dataset: str) -> Union[Tuple[np.ndarray, ...], np.ndarray]: