From 70dfe1b6afe933a2677284e8b43bd930bab68b46 Mon Sep 17 00:00:00 2001 From: Mohamed Zumair Date: Sat, 31 Aug 2024 23:46:51 +0530 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc46cd0..5d4e39e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mediaflow-proxy" -version = "1.4.0" +version = "1.4.2" description = "A high-performance proxy server for streaming media, supporting HTTP(S), HLS, and MPEG-DASH with real-time DRM decryption." authors = ["mhdzumair "] readme = "README.md"