Version 0.3.1

This commit is contained in:
Alan Orth 2019-10-01 17:11:13 +03:00
parent fd2ba6845d
commit efdc3a841a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
VERSION = "0.3.0"
VERSION = "0.3.1"

View File

@ -14,7 +14,7 @@ install_requires = [
setuptools.setup(
name="csv-metadata-quality",
version="0.3.0",
version="0.3.1",
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.",