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 Aug 22, 2024
1 parent 9f6c79d commit f3b8341
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2.0',
version='0.2.1',
description='Valentine Matcher',
classifiers=classifiers,
license_files=('LICENSE',),
Expand All @@ -26,13 +26,13 @@
maintainer='Delft Data',
maintainer_email='[email protected]',
url='https://delftdata.github.io/valentine/',
download_url='https://github.com/delftdata/valentine/archive/refs/tags/v0.2.0.tar.gz',
download_url='https://github.com/delftdata/valentine/archive/refs/tags/v0.2.1.tar.gz',
packages=setuptools.find_packages(exclude=('tests*', 'examples*')),
install_requires=[
'setuptools',
'numpy>=1.22,<2.0',
'pandas>=1.3,<2.2',
'nltk>=3.6,<4.0',
'nltk>=3.9.1,<4.0',
'anytree>=2.9,<3.0',
'networkx>=2.8,<4.0',
'chardet>=5.2.0,<6.0.0',
Expand Down

0 comments on commit f3b8341

Please sign in to comment.