Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed May 12, 2022
1 parent e77df01 commit 387a681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion is-osm-uptodate.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

__version__ = "1.9"
__version__ = "2.0"

import datetime
import gzip
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "is-osm-uptodate"
version = "1.9"
version = "2.0"
description = "Find outdated nodes in OpenStreetMap"
authors = [
{name = "Francesco Frassinelli", email = "[email protected]"},
Expand Down

0 comments on commit 387a681

Please sign in to comment.