From bd9ddb59f1b3fa2f8202938b033f99fb6c984a22 Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Thu, 29 Sep 2022 09:21:33 +0200
Subject: [PATCH] fix(versioning): Fix version to follow semantic versioning

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index cd7e70d..ac9ddcb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "funkwhale-api-client"
-version = "1.2.8"
+version = "0.1.0"
 description = "A client library for accessing Funkwhale API"
 
 authors = []
-- 
GitLab