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