From 50d4105283434a966315ffc2665f0510ef2897a3 Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Wed, 22 Feb 2023 20:24:09 +0100
Subject: [PATCH] chore: bump version

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

diff --git a/pyproject.toml b/pyproject.toml
index cc2a845..f63bc4d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,7 +28,7 @@ skip = [
 
 [tool.poetry]
 name = "aura-engine-api"
-version = "1.0.0-alpha0"
+version = "1.0.0-alpha1"
 description = "AURA Engine API providing playlog and clock information."
 license = "AGPL-3.0-or-later"
 authors = ["David Trattnig <david@subsquare.at>"]
-- 
GitLab