From b405c74f6dd47c347a457bc0baf57424845e7ebb Mon Sep 17 00:00:00 2001 From: Christina Ludwig Date: Fri, 4 Jun 2021 10:38:19 +0200 Subject: [PATCH] update version to 0.1.0rc1 (#67) (#68) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13744be..2066059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ohsome" -version = "0.1.0rc" +version = "0.1.0rc1" description = "A Python client for the ohsome API" authors = ["Christina Ludwig "] readme = 'README.md'