Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Nov 19, 2021
1 parent 4379a01 commit 5e00a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egon/data/datasets/heat_demand_timeseries/HTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@ class HeatTimeSeries(Dataset):
def __init__(self, dependencies):
super().__init__(
name="HeatTimeSeries",
version="0.0.0",
version="0.0.1",
dependencies=dependencies,
tasks=(demand_profile_generator),
)

0 comments on commit 5e00a22

Please sign in to comment.