From e2b673b450f4e59d382ff4b0c8df654d8eac2b02 Mon Sep 17 00:00:00 2001 From: kPsarakis Date: Tue, 11 Apr 2023 13:05:09 +0300 Subject: [PATCH] prepare new release v0.1.6 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 68e42b9..08da1be 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setuptools.setup( name='valentine', - version='0.1.5', + version='0.1.6', description='Valentine Matcher', classifiers=classifiers, license_files=('LICENSE',), @@ -25,7 +25,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.5.tar.gz', + download_url='https://github.com/delftdata/valentine/archive/refs/tags/v0.1.6.tar.gz', packages=setuptools.find_packages(exclude=('tests*', 'examples*')), install_requires=[ 'numpy>=1.22,<2.0',