Skip to content

Commit

Permalink
new version (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico authored Mar 19, 2023
1 parent 7de9994 commit 7595ba5
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.2"
__version__ = "0.0.3"


def load_data(dataset: str):
Expand Down

0 comments on commit 7595ba5

Please sign in to comment.