From 9d97d752ccab7fb5a079c50b2846e484869bbd46 Mon Sep 17 00:00:00 2001 From: kPsarakis Date: Thu, 18 May 2023 12:09:43 +0300 Subject: [PATCH] prepare release v0.1.7 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ed5b7e3..b44b1c8 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setuptools.setup( name='valentine', - version='0.1.6', + version='0.1.7', 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.6.tar.gz', + download_url='https://github.com/delftdata/valentine/archive/refs/tags/v0.1.7.tar.gz', packages=setuptools.find_packages(exclude=('tests*', 'examples*')), install_requires=[ 'numpy>=1.22,<2.0',