We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043beed commit ac0b2b7Copy full SHA for ac0b2b7
pyhgf/__init__.py
@@ -7,7 +7,7 @@
7
import numpy as np
8
import pandas as pd
9
10
-__version__ = "0.2.0"
+__version__ = "0.2.1"
11
12
13
def load_data(dataset: str) -> Union[Tuple[np.ndarray, ...], np.ndarray]:
0 commit comments