From 6ea5c102753d05d25aaa4cbb842385c3ca1ab0d9 Mon Sep 17 00:00:00 2001 From: Fabian Gebhart Date: Sat, 12 Feb 2022 20:06:37 +0100 Subject: [PATCH] release v0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d627f1..7b7d644 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mapa" -version = "0.2.0" +version = "0.2.1" description = "🌍 Create 3d-printable STLs from satellite elevation data 🌏" authors = ["Fabian Gebhart"] repository = "https://github.com/fgebhart/mapa"