From 8568c771ef1ffa8d6d6e9f6fa3b417107702ce72 Mon Sep 17 00:00:00 2001 From: Milosz Filimowski Date: Wed, 15 Jan 2025 14:09:10 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f67b61..1d813bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fishjam-server-sdk" -version = "0.8.0" +version = "0.9.0" description = "Python server SDK for the Fishjam" authors = ["Fishjam Team"] homepage = "https://github.com/fishjam-cloud/python-server-sdk"