Skip to content

Commit d534172

Browse files
authored
Update __init__.py (#245)
1 parent 149208e commit d534172

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

1212

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

0 commit comments

Comments
 (0)