From 66529bcaf81842cf46e40625446565ae72750700 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 5 Sep 2019 23:26:59 +0200
Subject: [PATCH] Set version to next development iteration.

---
 pyproject.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index afa2b55e9..5f3988580 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "BiscuIT-App-Alsijil"
-version = "1.0a0"
+version = "1.0a1.dev0"
 packages = [
     { include = "biscuit" }
 ]
@@ -20,8 +20,8 @@ classifiers = [
 
 [tool.poetry.dependencies]
 python = "^3.7"
-BiscuIT-ng = {version = "^1.0a0", allows-prereleases = true, path = "../../.."}
-BiscuIT-App-Chronos = {version = "^1.0a0", allows-prereleases = true, path = "../BiscuIT-App-Chronos"}
+BiscuIT-ng = {version = "^1.0a1.dev0", allows-prereleases = true, path = "../../.."}
+BiscuIT-App-Chronos = {version = "^1.0a1.dev0", allows-prereleases = true, path = "../BiscuIT-App-Chronos"}
 
 [build-system]
 requires = ["poetry>=0.12"]
-- 
GitLab