Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Dec 9, 2021
1 parent 524211f commit e001cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egon/data/datasets/electrical_neighbours.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ElectricalNeighbours(Dataset):
def __init__(self, dependencies):
super().__init__(
name="ElectricalNeighbours",
version="0.0.0.dev",
version="0.0.0",
dependencies=dependencies,
tasks=(grid, {tyndp_generation, tyndp_demand}),
)
Expand Down

0 comments on commit e001cc9

Please sign in to comment.