From 82a51308feeecdbb856b44f245ba560caa7baa62 Mon Sep 17 00:00:00 2001 From: LimeDrive Date: Sun, 15 Sep 2024 00:59:14 +0200 Subject: [PATCH] Update pyproject.toml version to 1.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18658a1..eaea600 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stream-fusion" -version = "1.1.2" +version = "1.2.0" description = "StreamFusion is an advanced plugin for Stremio that significantly enhances its streaming capabilities with debrid service." authors = ["LimeDrive "] readme = "README.md"