We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db62bd commit f329ce5Copy full SHA for f329ce5
pyhgf/__init__.py
@@ -3,7 +3,7 @@
3
import pkg_resources # type: ignore
4
from numpy import loadtxt
5
6
-__version__ = "0.0.4"
+__version__ = "0.0.5"
7
8
9
def load_data(dataset: str):
0 commit comments