From 4c46d1c422abe9e7a9b2feb6e8be0778620832aa Mon Sep 17 00:00:00 2001 From: GBeauregard Date: Wed, 23 Mar 2022 09:03:47 -0500 Subject: [PATCH] release dev1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c01ae8..9dd0c0d 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.dev0" +version = "0.0.27.dev1" authors = [{name = "Gregory Beauregard", email = "pyffstream@gably.net"}] dynamic = ["description"] keywords = ["ffmpeg", "streaming", "srt", "rtmp"]