From a8446ae95b9e776fced366e5bb55c5a7cbac510d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 8 Dec 2021 20:23:10 +0200 Subject: [PATCH] pyproject: minor version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fea59a..a42441b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "csv-metadata-quality-web" -version = "0.0.2" +version = "0.0.3" description = "Simple web interface for the DSpace CSV Metadata Quality tool." authors = ["Alan Orth "] license = "AGPL-3.0-only"