Skip to content

Commit ac0b2b7

Browse files
authored
v0.2.1 (#264)
1 parent 043beed commit ac0b2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

1212

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

0 commit comments

Comments
 (0)