Skip to content

Commit

Permalink
v0.0.1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico authored Feb 17, 2023
1 parent 4a50701 commit 1096ee9
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.1dev"
__version__ = "0.0.1"


def load_data(dataset: str):
Expand Down

0 comments on commit 1096ee9

Please sign in to comment.