Skip to content

Commit

Permalink
Fix wrong version number
Browse files Browse the repository at this point in the history
  • Loading branch information
slaypni committed Nov 12, 2016
1 parent 92133c1 commit 684599a
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 @@ -42,7 +42,7 @@ def finalize_options(self):

kwargs = {
'name': 'fastdtw',
'version': '0.2.2',
'version': '0.3.0',
'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 684599a

Please sign in to comment.