From 8463bd8f20551e6d66633372e654dabbdbaa914b Mon Sep 17 00:00:00 2001
From: Chris Pastl <chris@crispybits.app>
Date: Sat, 24 Feb 2024 01:32:25 +0100
Subject: [PATCH] chore: update release version

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index d9c60206..b305e6b8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ pythonpath = ["src"]
 
 [tool.poetry]
 name = "aura-engine"
-version = "1.0.0-alpha2"
+version = "1.0.0-alpha3"
 description = "AURA Engine scheduling and playout control."
 license = "AGPL-3.0-or-later"
 authors = [
-- 
GitLab