Skip to content

Commit

Permalink
bump version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
kPsarakis committed Nov 9, 2023
1 parent 057aec8 commit 96430e7
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 @@ -17,7 +17,7 @@

setuptools.setup(
name='valentine',
version='0.1.8',
version='0.1.9',
description='Valentine Matcher',
classifiers=classifiers,
license_files=('LICENSE',),
Expand All @@ -26,7 +26,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.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',
Expand Down

0 comments on commit 96430e7

Please sign in to comment.