From eaf256daf9de1ad8f159ed86f94565e79f47557b Mon Sep 17 00:00:00 2001 From: Milosz Filimowski Date: Thu, 27 Mar 2025 11:04:28 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa3e761..434af39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fishjam-server-sdk" -version = "0.13.0" +version = "0.15.0" description = "Python server SDK for the Fishjam" authors = ["Fishjam Team"] homepage = "https://github.com/fishjam-cloud/python-server-sdk"