From 4ecf20e5b707aa04085527886602f7a8fe910e02 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Tue, 17 Sep 2019 15:33: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 e29416a8..5afb2084 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "BiscuIT-App-Chronos" -version = "1.0a1.dev0" +version = "1.0a1" packages = [ { include = "biscuit" } ] -- GitLab