From 121a8133b6b5dc41ba054b49bb3ec4679e186bcb Mon Sep 17 00:00:00 2001 From: GBeauregard Date: Sat, 11 Nov 2023 15:31:18 -0600 Subject: [PATCH] bump to dev3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d540054..7d62d50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" name = "pyffstream" readme = "README.md" license = {file = "LICENSE"} -version = "0.0.28.dev2" +version = "0.0.28.dev3" authors = [{name = "Gregory Beauregard", email = "pyffstream@gably.net"}] dynamic = ["description"] keywords = ["ffmpeg", "streaming", "srt", "rtmp"]