From 4be7649529388c07fb05729d73e23eaa13742b0f Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Mon, 11 Nov 2019 12:34:43 +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 903073bb..e33f6e4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "BiscuIT-App-Chronos" -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 = "../../.."} [build-system] requires = ["poetry>=0.12"] -- GitLab