From 7ac6048468f1ca0d07c5392a3982f20122db7de4 Mon Sep 17 00:00:00 2001 From: GBeauregard Date: Sun, 7 Aug 2022 11:30:07 -0500 Subject: [PATCH] bump to dev4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab5680c..dd00028 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.27.dev3" +version = "0.0.27.dev4" authors = [{name = "Gregory Beauregard", email = "pyffstream@gably.net"}] dynamic = ["description"] keywords = ["ffmpeg", "streaming", "srt", "rtmp"]