Version 0.2.1

This commit is contained in:
Alan Orth 2019-08-11 10:39:39 +03:00
parent 3aaf18c290
commit 7255bf4707
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
VERSION = '0.2.0'
VERSION = '0.2.1'

View File

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