From 8eb77ea97c456c7e041f31e558e48c1cadf47c15 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Mon, 20 Dec 2021 20:22:21 +0100 Subject: [PATCH] Bump version to 2.0.post0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2a3077..6567503 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-CSVImport" -version = "2.0" +version = "2.0.post0" packages = [ { include = "aleksis" } ] -- GitLab