From fdaa2d6928c9f275827248dcd6850fd22be764fb Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Thu, 29 Sep 2022 10:32:49 +0200 Subject: [PATCH] chore(release): v0.1.0-rc1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac9ddcb..890c526 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "funkwhale-api-client" -version = "0.1.0" +version = "0.1.0-rc1" description = "A client library for accessing Funkwhale API" authors = [] -- GitLab