diff --git a/setup.py b/setup.py index 1eaf733..5563249 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setuptools.setup( name='valentine', - version='0.1.8', + version='0.1.9', description='Valentine Matcher', classifiers=classifiers, license_files=('LICENSE',), @@ -26,7 +26,7 @@ maintainer='Delft Data', maintainer_email='delftdatasystems@gmail.com', url='https://delftdata.github.io/valentine/', - download_url='https://github.com/delftdata/valentine/archive/refs/tags/v0.1.8.tar.gz', + download_url='https://github.com/delftdata/valentine/archive/refs/tags/v0.1.9.tar.gz', packages=setuptools.find_packages(exclude=('tests*', 'examples*')), install_requires=[ 'setuptools',