From f9dad28d07b6e038e7e4a42764d66596f1cb1e42 Mon Sep 17 00:00:00 2001 From: mhdzumair Date: Sat, 12 Oct 2024 16:34:28 +0530 Subject: [PATCH] bump version to v1.7.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02064e6..2c20121 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mediaflow-proxy" -version = "1.7.3" +version = "1.7.4" 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"