Skip to content

Commit f329ce5

Browse files
authored
v0.0.5 (#72)
1 parent 4db62bd commit f329ce5

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
@@ -3,7 +3,7 @@
33
import pkg_resources # type: ignore
44
from numpy import loadtxt
55

6-
__version__ = "0.0.4"
6+
__version__ = "0.0.5"
77

88

99
def load_data(dataset: str):

0 commit comments

Comments
 (0)