From c4339ce931fc5be74fb6f727239cd680a9c7d998 Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Thu, 29 Sep 2022 15:32:59 +0200 Subject: [PATCH] chore(package): Bump version to 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79177a2..222ac31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "funkwhale-api-client" -version = "0.1.0-rc1" +version = "0.1.0" description = "A client library for accessing Funkwhale API" authors = [] -- GitLab