From 5955fc73c1a58640b8e2af34998b4507cf8695e4 Mon Sep 17 00:00:00 2001 From: Martin Ueding Date: Thu, 14 Nov 2024 21:34:09 +0100 Subject: [PATCH] Bump version to 0.33.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8563d7..a3b6a9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "geo-activity-playground" -version = "0.32.0" +version = "0.33.0" description = "Analysis of geo data activities like rides, runs or hikes." authors = ["Martin Ueding "] license = "MIT"