Skip to content

Commit 53214af

Browse files
authored
v0.0.19 (#196)
1 parent 212d29f commit 53214af

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.0.18"
10+
__version__ = "0.0.19"
1111

1212

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

0 commit comments

Comments
 (0)