We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be24304 commit 1e9abeaCopy full SHA for 1e9abea
src/pyhgf/__init__.py
@@ -7,7 +7,7 @@
7
import numpy as np
8
import pandas as pd
9
10
-__version__ = "0.0.11"
+__version__ = "0.0.12"
11
12
13
def load_data(dataset: str) -> Union[Tuple[np.ndarray, ...], np.ndarray]:
0 commit comments