From 8ca09b6c74b3b1813c512ff5788efe4d32aefb13 Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Thu, 11 May 2023 11:07:54 +0200
Subject: [PATCH] chore: bump version

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

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