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 78cd865 commit 524211f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egon/data/datasets/pypsaeursec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ class PypsaEurSec(Dataset):
def __init__(self, dependencies):
super().__init__(
name="PypsaEurSec",
version="0.0.1.dev",
version="0.0.1",
dependencies=dependencies,
tasks=tasks,
)

0 comments on commit 524211f

Please sign in to comment.