From 1fd1aedb8e18ace391a5a5f2bcf87568d37d30e2 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Mon, 11 Nov 2019 12:06:22 +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 a75bace..3270231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "BiscuIT-App-Exlibris" -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 = "../../.."} django-isbn-field = "^0.5.2" isbnlib = "^3.9" isbnlib-dnb = "^0.0.3" -- GitLab