Skip to content

Commit 39452d2

Browse files
authored
v0.1.2 (#207)
1 parent 0ab2237 commit 39452d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyhgf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import numpy as np
88
import pandas as pd
99

10-
__version__ = "0.1.1"
10+
__version__ = "0.1.2"
1111

1212

1313
def load_data(dataset: str) -> Union[Tuple[np.ndarray, ...], np.ndarray]:

0 commit comments

Comments
 (0)