From a033afb68384e6e0507fa77b3cf054b0eeb6ff0a Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Tue, 17 Sep 2019 15:39:41 +0200
Subject: [PATCH] Set version to 1.0a1.

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

diff --git a/pyproject.toml b/pyproject.toml
index 9d8b508..d838b69 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "BiscuIT-App-SchILD-NRW"
-version = "1.0a1.dev0"
+version = "1.0a1"
 packages = [
     { include = "biscuit" }
 ]
-- 
GitLab