From d1e5a3122598b91879c69135f7930df90950f3b4 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 14 May 2023 10:33:18 +0000 Subject: [PATCH] Update version in User-Agent header --- matcher/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/matcher/__init__.py b/matcher/__init__.py index 5e9706c..80c2c41 100644 --- a/matcher/__init__.py +++ b/matcher/__init__.py @@ -4,7 +4,9 @@ CallParams = dict[str, str | int] user_agent = ( - "osm-wikidata/0.1 (https://github.com/EdwardBetts/osm-wikidata; edward@4angle.com)" + "osm-wikidata/0.2" + + " (https://github.com/EdwardBetts/osm-wikidata;" + + " edward@4angle.com)" )