Skip to content

Commit

Permalink
v0.0.2 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico authored Mar 13, 2023
1 parent bb2b47f commit 4086bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhgf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pkg_resources # type: ignore
from numpy import loadtxt

__version__ = "0.0.1"
__version__ = "0.0.2"


def load_data(dataset: str):
Expand Down

0 comments on commit 4086bdc

Please sign in to comment.