From 8c02307c20ff94661ef908d646db7b4c2f97f5d9 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Mon, 11 Nov 2019 12:08:38 +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 d838b69..ba28821 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "BiscuIT-App-SchILD-NRW" -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 = "../../.."} pandas = "^0.25.0" phonenumbers = "^8.10" -- GitLab