Skip to content

Commit 9c5a1d3

Browse files
authored
version (#115)
1 parent d333de8 commit 9c5a1d3

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

1212

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

0 commit comments

Comments
 (0)