Skip to content

Commit

Permalink
version bump (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico authored Apr 18, 2023
1 parent a718c31 commit 2cb6303
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.3"
__version__ = "0.0.4"


def load_data(dataset: str):
Expand Down

0 comments on commit 2cb6303

Please sign in to comment.