From 38bd4053d9bd2c8fa1fd414c0429ffe2b8c45407 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Tue, 17 Sep 2019 15:37:40 +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 c2395eb..51e0919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "BiscuIT-App-Untis" -version = "1.0a1.dev0" +version = "1.0a1" packages = [ { include = "biscuit" } ] -- GitLab