Skip to content

Commit

Permalink
Bump mastr dataset version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Jan 11, 2024
1 parent 61e34a7 commit db13733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egon/data/datasets/mastr.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def download(dataset_name, download_dir):
mastr_data_setup = partial(
Dataset,
name="MastrData",
version="0.0.2",
version="0.0.3",
dependencies=[],
tasks=(download_mastr_data,),
)

0 comments on commit db13733

Please sign in to comment.