From 7479310ac0cc7fc2092120756150fe96065ed423 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 4 Mar 2021 21:34:45 +0200 Subject: [PATCH] setup.py: Bump version to 0.4.4 I missed to increase this when I actually released version 0.4.4 so I will do it in a separate commit now before I bump the version to 0.4.5. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 56e77ea..68332f8 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ install_requires = [ setuptools.setup( name="csv-metadata-quality", - version="0.4.3", + version="0.4.4", author="Alan Orth", author_email="aorth@mjanja.ch", description="A simple, but opinionated CSV quality checking and fixing pipeline for CSVs in the DSpace ecosystem.",