From a8981d4309b602fc0fbf63cca7b5d64fa5eb9e04 Mon Sep 17 00:00:00 2001 From: Fabian Gebhart Date: Tue, 15 Feb 2022 20:18:17 +0100 Subject: [PATCH] release v0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb619d7..fae1a9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mapa" -version = "0.3.0" +version = "0.4.0" description = "🌍 Create 3d-printable STLs from satellite elevation data 🌏" authors = ["Fabian Gebhart"] repository = "https://github.com/fgebhart/mapa"