Skip to content

Commit

Permalink
update dataset version
Browse files Browse the repository at this point in the history
  • Loading branch information
khelfen committed Dec 28, 2024
1 parent 9665577 commit a2dbc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egon/data/datasets/demandregio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DemandRegio(Dataset):
def __init__(self, dependencies):
super().__init__(
name="DemandRegio",
version="0.0.10.dev",
version="0.0.10",
dependencies=dependencies,
tasks=(
clone_and_install, # demandregio must be previously installed
Expand Down

0 comments on commit a2dbc97

Please sign in to comment.