From c2b1350a5fdad938b17639611f70561c77c2faa4 Mon Sep 17 00:00:00 2001 From: Fabian Gebhart Date: Sun, 13 Feb 2022 19:13:08 +0100 Subject: [PATCH] release v0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d760e76..736dd7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mapa" -version = "0.2.1" +version = "0.2.2" description = "🌍 Create 3d-printable STLs from satellite elevation data 🌏" authors = ["Fabian Gebhart"] repository = "https://github.com/fgebhart/mapa"