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)" )