Skip to content

Commit

Permalink
Bump OSM dataset version
Browse files Browse the repository at this point in the history
  • Loading branch information
nailend committed Jan 5, 2024
1 parent f18d627 commit 0969981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egon/data/datasets/osm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class OpenStreetMap(Dataset):
def __init__(self, dependencies):
super().__init__(
name="OpenStreetMap",
version="0.0.4",
version="0.0.5",
dependencies=dependencies,
tasks=(download, to_postgres, modify_tables, add_metadata),
)

0 comments on commit 0969981

Please sign in to comment.