Skip to content

Commit

Permalink
Remove .dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeliaNadal committed Oct 18, 2021
1 parent bb40903 commit 66a1fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egon/data/datasets/ch4_storages.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CH4Storages(Dataset):
def __init__(self, dependencies):
super().__init__(
name="CH4Storages",
version="0.0.0.dev",
version="0.0.0",
dependencies=dependencies,
tasks=(import_ch4_storages),
)
Expand Down

0 comments on commit 66a1fb8

Please sign in to comment.