From f3c790d2f818308b5ce31771ee0de259ed60fb4b Mon Sep 17 00:00:00 2001 From: Chris Pastl <chris@crispybits.app> Date: Wed, 29 May 2024 16:59:32 +0200 Subject: [PATCH] fix: update engine version in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 165c97c9..735b10aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pythonpath = ["src"] [tool.poetry] name = "aura-engine" -version = "1.0.0-alpha3" +version = "1.0.0-alpha4" description = "AURA Engine scheduling and playout control." license = "AGPL-3.0-or-later" authors = [ -- GitLab