Skip to content

Commit

Permalink
Update version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slaypni committed Jul 16, 2017
1 parent 32a766b commit a6a214a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def finalize_options(self):

kwargs = {
'name': 'fastdtw',
'version': '0.3.1',
'version': '0.3.2',
'author': 'Kazuaki Tanida',
'url': 'https://github.com/slaypni/fastdtw',
'description': 'Dynamic Time Warping (DTW) algorithm with an O(N) time and memory complexity.',
Expand Down

0 comments on commit a6a214a

Please sign in to comment.