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 0ab2237 commit 39452d2Copy full SHA for 39452d2
src/pyhgf/__init__.py
@@ -7,7 +7,7 @@
7
import numpy as np
8
import pandas as pd
9
10
-__version__ = "0.1.1"
+__version__ = "0.1.2"
11
12
13
def load_data(dataset: str) -> Union[Tuple[np.ndarray, ...], np.ndarray]:
0 commit comments