From 31f535b09f3a94dca70e0d112aebf8f31b7dd325 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Mon, 11 Nov 2019 12:35:08 +0100 Subject: [PATCH] Set version to next development iteration 1.0a3.dev0. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ba28821..aa30f64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "BiscuIT-App-SchILD-NRW" -version = "1.0a2" +version = "1.0a3.dev0" packages = [ { include = "biscuit" } ] @@ -20,7 +20,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" -BiscuIT-ng = {version = "^1.0a2", allows-prereleases = true, path = "../../.."} +BiscuIT-ng = {version = "^1.0a3.dev0", allows-prereleases = true, path = "../../.."} pandas = "^0.25.0" phonenumbers = "^8.10" -- GitLab