Skip to content

Commit

Permalink
prepare new release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kPsarakis committed Apr 11, 2023
1 parent 0cfc190 commit e2b673b
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.5',
version='0.1.6',
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.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',
Expand Down

0 comments on commit e2b673b

Please sign in to comment.