Skip to content

Commit

Permalink
prepare release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kPsarakis committed May 18, 2023
1 parent 30b96b2 commit 9d97d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name='valentine',
version='0.1.6',
version='0.1.7',
description='Valentine Matcher',
classifiers=classifiers,
license_files=('LICENSE',),
Expand All @@ -25,7 +25,7 @@
maintainer='Delft Data',
maintainer_email='[email protected]',
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',
Expand Down

0 comments on commit 9d97d75

Please sign in to comment.