Skip to content

Commit

Permalink
Set version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Aug 18, 2021
1 parent a9fc1a2 commit 08086d9
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.6"
__version__ = "1.7"

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.6"
version = "1.7"
description = "Find outdated nodes in OpenStreetMap"
authors = [
{name = "Francesco Frassinelli", email = "[email protected]"},
Expand Down

0 comments on commit 08086d9

Please sign in to comment.