Skip to content

Commit

Permalink
Release add_partial_matching_20230402
Browse files Browse the repository at this point in the history
  • Loading branch information
trueroad committed Apr 2, 2023
1 parent 1360e18 commit 8bfd9a0
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 @@ -60,9 +60,9 @@ def finalize_options(self):

kwargs = {
'name': 'fastdtw',
'version': '0.3.4',
'author': 'Kazuaki Tanida',
'url': 'https://github.com/slaypni/fastdtw',
'version': '0.3.4+partial.matching.20230402',
'author': 'Kazuaki Tanida, Masamichi Hosoda',
'url': 'https://github.com/trueroad/fastdtw/releases',
'description': 'Dynamic Time Warping (DTW) algorithm with an O(N) time and memory complexity.',
'long_description': long_description,
'license': 'MIT',
Expand Down

0 comments on commit 8bfd9a0

Please sign in to comment.