diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2022-12-07 19:09:25 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2022-12-07 19:12:01 +0100 |
commit | 2513cbc7b41e19895810088b2044ff868a068851 (patch) | |
tree | 8f815aefdda697116d85d09174fd087777b42c0a /pyproject.toml | |
parent | e16d9c087976fde03a885edac501991ffa8e00b8 (diff) | |
download | osm_where-2513cbc7b41e19895810088b2044ff868a068851.tar.gz |
Find center of URL on the command line.0.2.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index c63ec7b..07dc9e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "osm_where" description = "Get geo: URI for given locality from OSM" -version = "0.1.0" +version = "0.2.0" requires-python = ">=3.6" authors = [ { name = "Matěj Cepl", email = "mcepl@cepl.eu" } |