aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-12-07 19:09:25 +0100
committerMatěj Cepl <mcepl@cepl.eu>2022-12-07 19:12:01 +0100
commit2513cbc7b41e19895810088b2044ff868a068851 (patch)
tree8f815aefdda697116d85d09174fd087777b42c0a /pyproject.toml
parente16d9c087976fde03a885edac501991ffa8e00b8 (diff)
downloadosm_where-2513cbc7b41e19895810088b2044ff868a068851.tar.gz
Find center of URL on the command line.0.2.0
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 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" }