From 5347b93f7e71e056e3331c2794f196256f9e9d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Tue, 27 Feb 2024 18:02:26 +0100 Subject: [PATCH] Release 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91058f6..c13320e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jellyfish-server-sdk" -version = "0.2.0" +version = "0.3.0" description = "Python server SDK for the Jellyfish media server" authors = ["Jellyfish Team"] homepage = "https://github.com/jellyfish-dev/python-server-sdk"