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"