aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-12-08 14:15:29 +0100
committerMatěj Cepl <mcepl@cepl.eu>2022-12-08 14:22:49 +0100
commit01e6df99f163c3e171911d28fd18318f229f9985 (patch)
treec251cde6aee8ba4f18dad64519a893df5a450101 /pyproject.toml
parenta7d6be85f52b65df7527c42f02fa5b3c9b05152b (diff)
downloadosm_where-01e6df99f163c3e171911d28fd18318f229f9985.tar.gz
Improve README, point specifically to communication via email.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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" }