From dee7b5793ffc20003f51f299d1df5cbc1466fc17 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Mon, 11 Nov 2019 12:09:55 +0100 Subject: [PATCH] Set version to 1.0a2. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 51e0919..ef088ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "BiscuIT-App-Untis" -version = "1.0a1" +version = "1.0a2" packages = [ { include = "biscuit" } ] @@ -20,7 +20,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" -BiscuIT-ng = {version = "^1.0a1.dev0", allows-prereleases = true, path = "../../.."} +BiscuIT-ng = {version = "^1.0a2", allows-prereleases = true, path = "../../.."} BiscuIT-App-Chronos = {version = "^1.0a1.dev0", allows-prereleases = true, path = "../BiscuIT-App-Chronos"} [build-system] -- GitLab