From 7504dab18fa79ea1e9e729602443336456dbb633 Mon Sep 17 00:00:00 2001 From: Nicolas Legrand Date: Thu, 7 Sep 2023 12:54:03 +0200 Subject: [PATCH] version bump (#94) --- 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 b8138b781..b92031290 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.8" +__version__ = "0.0.9" def load_data(dataset: str) -> Union[Tuple[np.ndarray, ...], np.ndarray]: