From 1fbd958d1024f4940caddb58db0e72617fcd4acb Mon Sep 17 00:00:00 2001 From: Fabian Gebhart Date: Tue, 22 Feb 2022 21:45:39 +0100 Subject: [PATCH] release v0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4cca6d..32c8826 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mapa" -version = "0.4.1" +version = "0.5.0" description = "🌍 Create 3d-printable STLs from satellite elevation data 🌏" authors = ["Fabian Gebhart"] repository = "https://github.com/fgebhart/mapa"