From f47ac5d96ff12fef525fcf3cbec73eb057aeded3 Mon Sep 17 00:00:00 2001 From: Moritz Schott Date: Mon, 9 Sep 2024 14:50:14 +0200 Subject: [PATCH] release: bump version to 0.3.3 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac47e4..cca1424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.3 + ### Fixed - Ordering of exception handling to correctly parse a broken response diff --git a/pyproject.toml b/pyproject.toml index ef56143..2af846b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ohsome" -version = "0.3.2" +version = "0.3.3" description = "A Python client for the ohsome API" authors = ["HeiGIT ohsome team ", "GIScience Research Group, Heidelberg University"] repository = "https://github.com/GIScience/ohsome-py"