diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2022-12-08 14:15:29 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2022-12-08 14:22:49 +0100 |
commit | 01e6df99f163c3e171911d28fd18318f229f9985 (patch) | |
tree | c251cde6aee8ba4f18dad64519a893df5a450101 /pyproject.toml | |
parent | a7d6be85f52b65df7527c42f02fa5b3c9b05152b (diff) | |
download | osm_where-01e6df99f163c3e171911d28fd18318f229f9985.tar.gz |
Improve README, point specifically to communication via email.
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 14ca5c3..56ff255 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.2.1" +version = "0.2.2" requires-python = ">=3.6" authors = [ { name = "Matěj Cepl", email = "mcepl@cepl.eu" } |